from what I know the connection string for AS should be in this format:
Set cnn = "PROVIDER=msolap; Data Source=<server name>; Initial Catalog=<database name>"
have u tried this connection string?
Set cnn = "PROVIDER=msolap; Data Source=<server name>; Initial Catalog=C:\DENTAL2003\dental1.mdb;"
if u still encounter an error, jst post the error message
hope this helps
