update with check box

  • Thread starter Thread starter ifoundgoldbug
  • Start date Start date
I

ifoundgoldbug

I would like to select some items from a list with check boxes and
change all of them at once is there some way to do this??
 
I would like to select some items from a list with check boxes and
change all of them at once is there some way to do this??

Not much to go on here.

Create an Update query:

Update YourTable Set YourTable.[Somefield] = "XX" Where
YourTable.[CheckBoxField] = -1

If you need more specific help you'll need to be more specific with
your question.
 

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