running Quieries

S

Stephen

I have Created a Delete Quiery and an update quiery
I would like to create a button that runs the delete
query from a form

The table has no relationships

when i use the wizard when adding a button to a form it
will let me add other types of queries but not a delete
querie can someone please help
 
D

Duane Hookom

Build the button with another query and then modify the code that is created
by substituting your delete query name for the wizard provided name.
 
Top