Hello everyone,
I have a question about using Append and Deletion queries. Okay, I have a form where the user presses a delete button and a subform pops up. This form is still using the same underlying table. The user types in the reason for deletion for the record then checks off a confirmation check box. For some reason, when the user presses the deletion button on this subform which the invokes first the Append query. I have the this record appended to another table, then the record in the current table is removed. The problem I seem to be having is that a message states that the query is about to append 0 records. It will not work. However, if I either close the form, move one record ahead or back then go to that record again then do the process again, the confirmation box is still checked and this time a message reads 'You are about to append 1 record.' After that everything works correctly. All the fields on the form reads Deleted. Does anyone know why the user has to close the form or go back on record then return in order for it to work?
How can I get this to work then it will work right away?
If you need more information please let me know.
Thanks
KJ
I have a question about using Append and Deletion queries. Okay, I have a form where the user presses a delete button and a subform pops up. This form is still using the same underlying table. The user types in the reason for deletion for the record then checks off a confirmation check box. For some reason, when the user presses the deletion button on this subform which the invokes first the Append query. I have the this record appended to another table, then the record in the current table is removed. The problem I seem to be having is that a message states that the query is about to append 0 records. It will not work. However, if I either close the form, move one record ahead or back then go to that record again then do the process again, the confirmation box is still checked and this time a message reads 'You are about to append 1 record.' After that everything works correctly. All the fields on the form reads Deleted. Does anyone know why the user has to close the form or go back on record then return in order for it to work?
How can I get this to work then it will work right away?
If you need more information please let me know.
Thanks
KJ