Hi,
I have a combobox with only 1 value and this value can be change anytime and that value come from a table.
When I open the form the default value for the combobox must be the only choice in the list.
I've try in the DefaultValue propertie ...
=[comboboxname].[ItemData](0)
... but it's...
I need to stock the # of day waiting because I'am doing report with it and It's not the Date of Today - the first date . It's not a calculated fields. The + 1 is only added when the status is "Waiting
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.