Delete query not available for command button

D

David H

When creating a command button, miscellaneous, run query 'Delete' queries
are not listed. Can this be changed? If not,can a button be set up some
other way.


David H
 
S

SirPoonga

You are using the wizard? This just sets up the code behind the
button. You can change that code to do whatever you want.
 
F

fredg

When creating a command button, miscellaneous, run query 'Delete' queries
are not listed. Can this be changed? If not,can a button be set up some
other way.

David H

Using the wizard is not always the end of the process of adding a
command button.
Sometimes it's just the beginning.
If you need to use the wizard, select any query name, then open the
code window and change the name to that of the delete query.
 
Top