changing true to false

tubar

Registered User.
Local time
Today, 04:37
Joined
Jul 13, 2006
Messages
190
i have a query that has records based on true. i want to change these values to false when a user hits a button....i could make a macro to update this query but im lost is this what i should do...and how or is there another solution
 
Are you trying to update all the records in your query? If so, change it to an update query. You can then use a macro/vba to run the query.
 

Users who are viewing this thread

Back
Top Bottom