trackmedic
08-17-2010, 08:29 AM
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