Trevor G
Well-known Member
- Joined
- Jul 17, 2008
- Messages
- 6,842
- Office Version
- 365
- Platform
- Windows
I have a form where I have a real simple calculation which is looking at the date and subtracting a date recorded in each record, every record has a date and the field is called [SelectedDate] this is date/time field and format is set to short date, but occasionaly the date calculations shows
#Name? which then prevents me using another command button to select the next form based on the selected record. The calculation is:
=Date()-[SelectedDate]
I really don't see why the calcuation causes a period issue.
#Name? which then prevents me using another command button to select the next form based on the selected record. The calculation is:
=Date()-[SelectedDate]
I really don't see why the calcuation causes a period issue.