How to change every checkbox value to FALSE?

Wmffra

Me know nothing
Local time
Today, 19:35
Joined
Oct 28, 2006
Messages
7
How do!

First post, spent a long time trying to find an answer but to no avail

How would you add a simple way to turn the value of a specific checkbox in each record in the DB to false?

Very nice place you have here, I hope I will be able to return some information at a later date :D

Cheers

Wmffra
 
I would think the quickest way would be to create a query with the check box in it. Then use find and replace all to change the value.
 
make an update query, select the field you are interested in. In the update section enter FALSe, then run the query.
 
gemma-the-husky said:
make an update query, select the field you are interested in. In the update section enter FALSe, then run the query.

Many thanks, just what I wanted :D
 

Users who are viewing this thread

Back
Top Bottom