KolaKubism
New member
- Local time
- Today, 12:40
- Joined
- Nov 19, 2014
- Messages
- 5
I've got an Access 2010 database based on the Tasks template.
I've added a column to the Tasks table called "CompletedDate"
I'd like for the Status combo box on the Task Details form to update the Completed Date for that record.
i.e. so when the Status is set to completed, it auto completes the Completed Date with the current date.
I've tried using an OnChange and an afterUpdate statement on the Status box but I don't seem to be getting anywhere.
Any thoughts?
I've added a column to the Tasks table called "CompletedDate"
I'd like for the Status combo box on the Task Details form to update the Completed Date for that record.
i.e. so when the Status is set to completed, it auto completes the Completed Date with the current date.
I've tried using an OnChange and an afterUpdate statement on the Status box but I don't seem to be getting anywhere.
Any thoughts?