C
Carla
Hi, my database has a main table called OBS ID with a primary key called
OBS_ID with is a foreign key in the following tables: Counter Measures,
Critical Behaviours, Critical conditions, Well_Dones.
I have created a data entry form to add data to my main table with buttons
that you click if you need to add data to one of the above mentioned tables
(not always the case). When I click the button to open any one of the 4 four
forms based on the above mentioned tables, the form won't let me save because
it wants be to add the OBS_ID data. I assumed that this would just fill in
correctly because all the tables are linked with a one to many relationship
back to the main table. How can I fix this so that the data is being added to
the OBS_ID that is on my main form?
OBS_ID with is a foreign key in the following tables: Counter Measures,
Critical Behaviours, Critical conditions, Well_Dones.
I have created a data entry form to add data to my main table with buttons
that you click if you need to add data to one of the above mentioned tables
(not always the case). When I click the button to open any one of the 4 four
forms based on the above mentioned tables, the form won't let me save because
it wants be to add the OBS_ID data. I assumed that this would just fill in
correctly because all the tables are linked with a one to many relationship
back to the main table. How can I fix this so that the data is being added to
the OBS_ID that is on my main form?