I like the sounds of this but I'm still confused about some logistics.
Where would I use the code you provided?
How do I create an "update query" and link that to happen when a button is pressed?
I'm fairly new to access...
User Profile
Collapse
-
So this update query will be able to reset a field in a different query/field?Leave a comment:
-
Clubsandwich started a topic How to Edit or manipulate tables using a button in the GUI (code issue)in AccessHow to Edit or manipulate tables using a button in the GUI (code issue)
I'm trying to create a button on my GUI that will access a table or query I have created elsewhere and change all of the values of one field to "off".
I use this application to create reports based on the options I select but need to reset them occasionally with out resetting the whole form to its original state.
The only code I have tried so far is;
...Code:For Each Value In Table.Table1.Selected
No activity results to display
Show More
Leave a comment: