View Full Version : changing true to false


tubar
09-30-2009, 05:40 AM
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

Scooterbug
09-30-2009, 05:47 AM
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.