Linking Databases

Qualinwraith

Registered User.
Local time
Today, 16:13
Joined
Dec 12, 2005
Messages
26
I have a Form that refers to two Reports, both of which refer to two query's one for each. the whole lot(1 Form, 2 Reports, 2 Querys) is in one mdb file and the actual database is another mdb file. How do I get my objects to get their data from the main Data Base File? the 5 objects are acting as a small report making application.
 
I would think you simply link to the tables that each of these objects require...

???
 
forgive my green hue around my gills but how does one Link databases?
 
File->Get External Data->Link Tables
 
Thanks a lot Ken, I seem to have managed, easier than I thought actually! Unfortunatley now I'm getting 'Error Accessing File - Network Connection May Have been Lost.' and I'm not getting anythign from a network...
 
Access really doesn't like breaks in a network connection. Any flakey network links, like a wireless connection, will cause no end of trouble
 

Users who are viewing this thread

Back
Top Bottom