Linking Tables to Forms

shamas21

Registered User.
Local time
Today, 17:50
Joined
May 27, 2008
Messages
162
Hi All

I have two tables and I have numerous textboxes on my form. Im trying to link the text boxes to each column within my tables. It works fine for one table as i choose the table from the Data - Record Source, but it wont let me choose two tables to link to the Form. I have even tried making relationships betweent the tables but that doesnt work either. Can some one help?

Thanks
 
what is the relationship between these two tables ..
you will need to know PK and FK
PK (Primary Key)
FK (Foerign Key)

table 1 with have a PK (which will need to be the FK in table 2)
table 2 will also need PK and aslo a field for FK (being the one above)

these need to be numeric (for ease)

then as PB suggests base formon qry..
 

Users who are viewing this thread

Back
Top Bottom