This topic is locked

update many records

3/24/2005 11:28:35 AM
ASPRunnerPro General questions
Sarjent author

Like the delete selected. Can it be done where you update selected?

For example:

There are ~3000 records. There is a field called Contacted, which is a checkbox with values of 0 and 1. The default is 0 (no).
Can you randomly select a few hundered of those records and have a button that will update the Contacted field to 1?

Andy C 3/24/2005

The easiest way would be to write a sql script and run it on your database.