Form Error Message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form which allows people to post transactions from one table to
another. After the user clicks post, the selected records on the form are
appended (using append query) to the second table and are deleted (using
delete query) from the first table.

When I click on post, I received this error message "Specify the table
containing the records you want to delete". Please help.

Thanks.
 
Back
Top