Lifeseeker
Registered User.
- Local time
- Today, 11:40
- Joined
- Mar 18, 2011
- Messages
- 273
Hi there,
I have an unbound textbox on the form that displays the difference between two dates.
Formula is below, but when I switch to form view, the textbox shows "#ERROR".
Anybody know why that might be the case?
In the Expression Building, this is what I put in the "Control Source"
=DateDiff('h',[cbc_test_done],[start date])
Field names are 100% correct though.
I have an unbound textbox on the form that displays the difference between two dates.
Formula is below, but when I switch to form view, the textbox shows "#ERROR".
Anybody know why that might be the case?
In the Expression Building, this is what I put in the "Control Source"
=DateDiff('h',[cbc_test_done],[start date])
Field names are 100% correct though.