Recordsource

Ankarn

Registered User.
Local time
Yesterday, 22:18
Joined
Jul 4, 2008
Messages
81
How can i make two tables my recordsource? what do i write in the recordsource-property? The tables are linked.
 
Just make a query and use that as your recordset :confused:
 
but isn't there an easier way? cant i just write two tables into the recordsource?
 
No... You have to tell access what to use as a recordsource. If you have 2 tables as a recordsource you have to tell access that. The only way to do that is via a query.

You can make a seperate query, visible in the Database screen. Or make a query in your recordsource. But a query needs to be made
 
Just thought of something... You can also make a subform, in essance making the query using 2 seperate forms... Still a query, but 2 forms instead of just 1.

Which ever way you prefer...
 

Users who are viewing this thread

Back
Top Bottom