As the title says I have 3 tables:
tblMain
BalanceID PK
GasID FK
ElecID FK
tblGas
GasID FK? not sure
BalanceID
tblElectric
ElecID FK? not sure
BalanceID
I created 1 query from all 3 tables, then created the form from that 1 query.
Now when I enter data into the form and click to save it , it produces this error message:
The Microsoft Database Engine cannot find a record in the tblGas with key matching fields 'tblMain_GasID.
The tblGas does contain a field GasID, but does it mean that the field should be tblMain_GasID
What have I missed.
tblMain
BalanceID PK
GasID FK
ElecID FK
tblGas
GasID FK? not sure
BalanceID
tblElectric
ElecID FK? not sure
BalanceID
I created 1 query from all 3 tables, then created the form from that 1 query.
Now when I enter data into the form and click to save it , it produces this error message:
The Microsoft Database Engine cannot find a record in the tblGas with key matching fields 'tblMain_GasID.
The tblGas does contain a field GasID, but does it mean that the field should be tblMain_GasID
What have I missed.