I have a DB with over 1000 records and I decided to add a new yes/no field to my main table. So far all the records would be checked to True, but any new records would be set to False.
I don't want to go through all 1000 records checking each box. Is there a way to select all the records in the new field (or only certain ones for future reference) and make them all set to True in one click? Or using VBA?
I have tried setting the default value to "checked" but it will only be true for new records.
Any help would be appreciated.
I don't want to go through all 1000 records checking each box. Is there a way to select all the records in the new field (or only certain ones for future reference) and make them all set to True in one click? Or using VBA?
I have tried setting the default value to "checked" but it will only be true for new records.
Any help would be appreciated.