Clear one field in multiple records.

G

Guest

In the form I have I would like to add a button that clears a specific field
in all the records of a table. How can do I create this? Thanks... Joe..
 
G

Guest

Create an update query that will clear the field.
Use the Click event of the button and use:
CurrentDb.Execute("qupdClearField"), dbFailOnError
Substitiue the name of your query where I have qupdClearField
 

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

Similar Threads


Top