gheyman
Well-known Member
- Joined
- Nov 14, 2005
- Messages
- 2,347
- Office Version
- 365
- Platform
- Windows
I have two date fields in my table. One for when a Task was Planned to happen and one field to capture when the task actually happened.
WBS_Release_Date_Planned
WBS_Release_Date_Actual
in the Default Value for WBS_Release_Date_Actual I put:
=[WBS_Release_Date_Planned]
But it doesn't like that. How do I get the field value for WBS_Release_Date_Actual default to the WBS_Release_Date_Planned? Note that I want the user to be able to change the WBS_Release_Date_Actual at some point (if it doesn't actually happen on the original planned date.
Do I do this in the table, in a query....? What's the best way?
WBS_Release_Date_Planned
WBS_Release_Date_Actual
in the Default Value for WBS_Release_Date_Actual I put:
=[WBS_Release_Date_Planned]
But it doesn't like that. How do I get the field value for WBS_Release_Date_Actual default to the WBS_Release_Date_Planned? Note that I want the user to be able to change the WBS_Release_Date_Actual at some point (if it doesn't actually happen on the original planned date.
Do I do this in the table, in a query....? What's the best way?