Direct DELETE using command button?

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

Guest

I have a very simple form. One of the buttons I want to call DELETE. This
button will instantly remove the current record from the database (and ONLY
the current record). Can I do that without writing vB code? If so, how
please?

I already know how to write the vB code to do this, but would rather NOT
code it if possible, since this is such a simple form.

thanks!
 
That is one of the features available in the button wizard.
Add your button and when the wizard comes up, select "record operations"
then "delete record".

Rick B
 
make sure the wizard tool is highlighted, click the button tool and size your
button on the form. The wizard will then walk you through setting up the
button. the wizard works well for simple button actions.

Kevin B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top