trackmedic
Registered User.
- Local time
- Today, 12:12
- Joined
- Aug 20, 2001
- Messages
- 115
I have a table with the following fields
Total Hours
Total Hours worked
Total Hours Rest
I would like to automatically populate the Total Hours field by adding the other two field together. I can do it on a form with the following formula in an unbound field but it does not carry over to the table
=([Total Worked]+[Total Rest])
As always, thanks in advance
Total Hours
Total Hours worked
Total Hours Rest
I would like to automatically populate the Total Hours field by adding the other two field together. I can do it on a form with the following formula in an unbound field but it does not carry over to the table
=([Total Worked]+[Total Rest])
As always, thanks in advance