I have 4 Action status which is a combo box in a form:
New, Open, In Progress, Closed
I have also another field is use to calculate the number of working day.
Number of working day = end date - start date
When the user opens the form, the default Action Status is set to New.
After one day, i want the Action Status is change from New to Open automatically provided the Action Status is still in "New" status. Nothing will happen if the Action Status is set to "Open", "In Progress" and "Closed"
Is it possible doing this using VBA?
Thanks
New, Open, In Progress, Closed
I have also another field is use to calculate the number of working day.
Number of working day = end date - start date
When the user opens the form, the default Action Status is set to New.
After one day, i want the Action Status is change from New to Open automatically provided the Action Status is still in "New" status. Nothing will happen if the Action Status is set to "Open", "In Progress" and "Closed"
Is it possible doing this using VBA?
Thanks