run delete query from command button

L

lightning_tony

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.
 
V

Van T. Dinh

Just copy the code created by the Wizard for an Append Query and replace
the Query name with your Delete Query name.
 
Top