Hi,
The setLogonInfo method takes in the DSN name, the database name, userid and password. For instance,
crtable.SetLogonInfo "Pubs Sample Database", "pubs", cstr(userid), cstr(password)
When I develop a report based on the titles table of the pubs database, I choose the...