I am just full of annoying questions today.
I have a query that allows Data Entry into a table, but pulls some info from another table. For simplicity's sake, let us call one DETable and the other INFTable.
The query draws the PK from INFTable, plus 5 other fields.
The query also draws all the information from the DETable, except the FK.
The SQL language draws ALL of the rows from INFTable, and only those rows in DETable that match on the PK.
This works fine, until I attempt to enter information. When I try to enter data into a field from the DETable, it changes the PK from the INFTable to Zero, rendering it useless to me.
I tried to make this clear, but it doesn't seem to be too clear. Any suggestions though?
I have a query that allows Data Entry into a table, but pulls some info from another table. For simplicity's sake, let us call one DETable and the other INFTable.
The query draws the PK from INFTable, plus 5 other fields.
The query also draws all the information from the DETable, except the FK.
The SQL language draws ALL of the rows from INFTable, and only those rows in DETable that match on the PK.
This works fine, until I attempt to enter information. When I try to enter data into a field from the DETable, it changes the PK from the INFTable to Zero, rendering it useless to me.
I tried to make this clear, but it doesn't seem to be too clear. Any suggestions though?