run delete query from command button

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

Guest

Am new to using macros. I have several command buttons running append queries
in my database. I set these up using the wizard. However I want to run a
delete query now and when I try to run the command button wizard the name of
my delete query does not appear in the list of queries to select from. Any
help greatly appreciated.
 
Just copy the code created by the Wizard for an Append Query and replace
the Query name with your Delete Query name.
 
Back
Top