Hello
In my main form of a form/subform, I have a combo box that allows selecting from a table via query.
How do I know when the record of the form is committed to the db? After Access commits the record, I then need to go back to the table and remove the valued that was dropped down in the combobox.
This is only a temporary holding table for available values. Once the value is used and put into the permenant table, I need to remove that value from the temp table.
So, how can I find out when the record is committed? Because I know users can simply quit in the middle of filling in a record.
Before removing the value from the temp table, I have to be "sure" the value is going to be in the permanent table before removing from the temp table.
Thank You
Terry