Question Access to multiple database in a server

Access2007User

Registered User.
Local time
Today, 12:51
Joined
Aug 20, 2009
Messages
48
I have problem connecting my Access to SQL. I have this situation wherein I am creating more than one database in a server, let us say 5 databases. How can I make a code that will use and link those tables from those 5 database into my FrontEnd?
 
Why do you think you need to use code to do that? Unless you have specific needs for DSN-less connection, you should be able to do everything you need via the Access UI.

On the table tab, just right click and link all the tables you need linked.
 
I need to do automate it using vba because I am creating a frontend for the users. If going to use the DSN-less, what will be the proper code to link from all the tables from the 5 databases. Can you give me example please.
 

Users who are viewing this thread

Back
Top Bottom