One form accessing two tables

dgmorr

Registered User.
Local time
Today, 01:15
Joined
Jan 10, 2007
Messages
71
Hello,

I have a form that has two fields that pull data from two tables, however, in the data source control, I can only see the fields from one of the tables. Is there a way to link the text box to a field from another table?
 
Make a query including the two fields from the two tables and bound the form to the query, rather than the table(s).
 
You should be using a query as the forms recordsource - not a table. You can then draw fields from various different tables

Col
 

Users who are viewing this thread

Back
Top Bottom