ScrmingWhisprs
I <3 Coffee Milk.
- Local time
- Today, 04:19
- Joined
- Jun 29, 2006
- Messages
- 156
On my "timesheet" for my volunteer database, I have a textbox called HoursRemaining. It's control source is
That works great. Occationally however, the volunteer will complete more hours than required. Instead of displaying a negative number, I would like HoursRemaining to display 0.
Can this be done?
Thanks
ScrmingWhisprs
Code:
=[HoursRequired]-[HoursCompleted]
Can this be done?
Thanks
ScrmingWhisprs