one form, two tables

MarkRind

New member
Local time
Today, 17:16
Joined
Apr 19, 2002
Messages
7
I have created a form that inputs data into two tables. They are connected in a one to one relationship with both primary keys. Unfortunatly evertime I enter info on the form, the minute I enter info on the form for the child table, my data disapears at the beginning of the form. How can I stop that?
 
Something you could try is make a query using the two tables, then relate the form to that query.

Tom
 

Users who are viewing this thread

Back
Top Bottom