H helloworld Registered User. Local time Yesterday, 21:59 Joined May 18, 2004 Messages 62 Jun 8, 2004 #1 hey there...this might be a newbie question, but can you build a form that links two tables without having the user enter a foreign key?
hey there...this might be a newbie question, but can you build a form that links two tables without having the user enter a foreign key?
P Pat Hartman Super Moderator Staff member Local time Today, 00:59 Joined Feb 19, 2002 Messages 47,202 Jun 9, 2004 #2 If you use a form with a subform and set the master/child link properly, Access will automatically populate the foreign key when you add a row via the subform.
If you use a form with a subform and set the master/child link properly, Access will automatically populate the foreign key when you add a row via the subform.
H helloworld Registered User. Local time Yesterday, 21:59 Joined May 18, 2004 Messages 62 Jun 9, 2004 #3 Thanks a lot Pat. That worked!