The same form is used for entering records, viewing records, editing records and deleting records. The user is also able to select various subsets of records by double-clicking on query names in a listbox.
I want to stop "ghost" records being created. At the moment if there is an empty recordset a new record is automatically created, i.e. the user sees a blank record. These records then linger in the main table and although they don't figure in overall calculations they are extremely annoying. I'm going to have to put in a procedure that will do a daily sweep of the table for these records and delete them.
There are a number of fields in the table that have default values, including the autonumber ID field.
Would anyone be able to suggest a solution to this problem?
I want to stop "ghost" records being created. At the moment if there is an empty recordset a new record is automatically created, i.e. the user sees a blank record. These records then linger in the main table and although they don't figure in overall calculations they are extremely annoying. I'm going to have to put in a procedure that will do a daily sweep of the table for these records and delete them.
There are a number of fields in the table that have default values, including the autonumber ID field.
Would anyone be able to suggest a solution to this problem?