I made a button with a click event and in this event I want to add 1 to "Days of waiting" for each rows in a table with waiting in the field "Status" , each time I click on the button.
I don't know how to go in the table with VBA code and add 1 to the rows with the criteria.
The button is not push in the week-end so I can't do something that add 1 every day.But if something is done automaticly every day except Saturday and Sunday without pressing a button , this thing is probably better but I don't know how to do that either.
If you find a way to do that or something else , your help will be fantastic.
I don't know how to go in the table with VBA code and add 1 to the rows with the criteria.
The button is not push in the week-end so I can't do something that add 1 every day.But if something is done automaticly every day except Saturday and Sunday without pressing a button , this thing is probably better but I don't know how to do that either.
If you find a way to do that or something else , your help will be fantastic.