gojets1721
Registered User.
- Local time
- Today, 04:14
- Joined
- Jun 11, 2019
- Messages
- 430
I have a combobox with three preset values (New, In Progress, Closed).
I want to have VBA where if the combobox's value is changed from 'Closed' to 'In Progress', then my date field (ClosedDate) is changed to null.
Any suggestions? I don't know how to specifically make an action happened when one specific value is changed to another (i.e. I want nothing to happen if the combobox is changed from 'New' to 'In Progress').
I want to have VBA where if the combobox's value is changed from 'Closed' to 'In Progress', then my date field (ClosedDate) is changed to null.
Any suggestions? I don't know how to specifically make an action happened when one specific value is changed to another (i.e. I want nothing to happen if the combobox is changed from 'New' to 'In Progress').