P
Paul G.
Using Access 2000, I have four tables and two forms. The first form will
update the table "Master" with three fields, one of which is StudyNumber,
the primary key for this and the other tables.
The second form will update the other three tables and will be populated by
a different user. This user will not see or enter the StudyNumber in the
second form.
How do I set my forms up so that when the second form is complete the
StudyNumber will be copied from the first table to the other three tables
and saved with their respective data.
The StudyNumber is sequential and is generated by the first user. The
StudyNumber needed by the second form will always be the max StudyNumber of
the first table. There is also a one to many relationship between Master
and the other tables.
I am new to the access arena, so any help will be appreciated.
Thanks
update the table "Master" with three fields, one of which is StudyNumber,
the primary key for this and the other tables.
The second form will update the other three tables and will be populated by
a different user. This user will not see or enter the StudyNumber in the
second form.
How do I set my forms up so that when the second form is complete the
StudyNumber will be copied from the first table to the other three tables
and saved with their respective data.
The StudyNumber is sequential and is generated by the first user. The
StudyNumber needed by the second form will always be the max StudyNumber of
the first table. There is also a one to many relationship between Master
and the other tables.
I am new to the access arena, so any help will be appreciated.
Thanks