Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple tables in one form

Status
Not open for further replies.

cpgoose

Programmer
Mar 16, 2005
9
US
Hi folks, any ideas would be great....

Say I have 3 tables, A, B, and C. I'm trying to create a form that will allow me to enter information into those 3 tables using 1 form. I'm having problems. Is there any kind of relationship that I have to define between the 3 tables to get this to work correctly?

Say I was inserting books for example. So the first row of Table A, B, and C would all relate to the first book. Each table just contains different information.

Any ideas would be great!
 
Thanks PHV, that was pretty good.

I think I'm having a problem with defining the relationships. If table A has a primary key, and table B has a primary key, do I just put the relationship between those two keys? Or should the relationship go from the primary key of A to a field in B?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top