Searching and Modifying Selected Records

J

John C.

I have a table with supporting forms. On the form, I want
to make the command button cycle thru all the underlying
records, and change a field value to true.

The recordsource for form is a query.

HAPPY EASTER!
 
P

PC Datasheet

John,

Look at my response to Cathy right above your post. You would do the same thing
only put the code in the Click event of the button.
 
Top