C
cmtrain via AccessMonster.com
I have two tables - tblPeople and tblBooking. Referential Integrity is set
from tblPeople to tblBooking on the Client_ID field, which is an AutoNumber
data type. I created a query with these tables. When try to add new data, I
am only able to enter data in the fields of the tblPeople table. To enter in
the tblBooking table fields, I first need to type something in any of the
existing rows of that field and then type in the new record. Does anyone have
any ideas of what I need to do to be able to enter new data?
from tblPeople to tblBooking on the Client_ID field, which is an AutoNumber
data type. I created a query with these tables. When try to add new data, I
am only able to enter data in the fields of the tblPeople table. To enter in
the tblBooking table fields, I first need to type something in any of the
existing rows of that field and then type in the new record. Does anyone have
any ideas of what I need to do to be able to enter new data?