E
ELL
I am using this formula (below) in a field to calculate values in the Hours
fields. But when I enter data it does not show up until I hit a manual
refresh button or exit and then reopen the form. Is there something I can do
to force the field to show the calculation as soon as the data is entered?
Thanks for your help.
=Nz(DSum("[Hours]","Blank Time Card","
fields. But when I enter data it does not show up until I hit a manual
refresh button or exit and then reopen the form. Is there something I can do
to force the field to show the calculation as soon as the data is entered?
Thanks for your help.
=Nz(DSum("[Hours]","Blank Time Card","
Code:
=
'V'"))+Nz(DSum("[Hours2]","Blank Time Card","[Code2] =
'V'"))+Nz(DSum("[Hours3]","Blank Time Card","[Code3] =
'V'"))+Nz(DSum("[Hours4]","Blank Time Card","[Code4] =
'V'"))+Nz(DSum("[Hours5]","Blank Time Card","[Code5] =
'V'"))+Nz(DSum("[Hours6]","Blank Time Card","[Code6] =
'V'"))+Nz(DSum("[Hours7]","Blank Time Card","[Code7] = 'V'"))
The idea is someone enters the "V" code and the field will add up all the
hours associated with this code.