delete table content

  • Thread starter Thread starter kayak
  • Start date Start date
K

kayak

hi..

anyone know how to delete table content using form the
same way like delete query does?i cant run delete query
type from form.please help

thanks,
Kayak
 
You can use DoCmd.OpenQuery or CurrentDB.Execute to run your Delete Query in
code.

Check Access VB Help on the OpenQuery Method and the Execute Method.
 

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