T tubar Registered User. Local time Today, 04:37 Joined Jul 13, 2006 Messages 190 Sep 30, 2009 #1 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
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
S Scooterbug Registered User. Local time Today, 05:37 Joined Mar 27, 2009 Messages 853 Sep 30, 2009 #2 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.
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.