Command Button to Run a Delete Query

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

Guest

I have a button in a form thatI want to run a query. The problem is,in the
button wizard it shows every append select...blah blah query except for the
delete query I want the button to run.

Any help reatly apprreciated!!!!
 
photowiz said:
I have a button in a form thatI want to run a query. The problem
is,in the button wizard it shows every append select...blah blah
query except for the delete query I want the button to run.

Any help reatly apprreciated!!!!

I seem to recall a bug report to the effect that delete queries aren't
listed by the wizard. Just run the wizard, select some other query, and
then modify the code after the wizard is done, to have it execute your
delete query instead.
 
Back
Top