Hello,
I have joined table and when I create a subform for main form and enter data, this record is being also added in 3rd table, not just linked table...
My tables:
Programme
ProgrammeID(PK)
Programme name
Programme-Location
ProgrammeId(FK)
LocationID(FK)
Location
LocationID(PK)
Address
My subform is created through query of ProgrammeID from table Programme-Location, and Address from table Location.
When I enter data in subform, records are also saved in LocationID(PK), which is not OK since in my subform there is a combobox where records from Address are shown, so they increase their value. I also
receive Error : "cannot add record, join key of table is not in recordset" What am I doing wrong ?