I have two Numeric fields in my Table, MCRefill and MCTot.
Actually MCtot is the sum of all MCRefill for a given Cust_ID
I have the following expression in the Default value of MCtot in my form showing both the fields
DSum("[MCRef]","Miracle_Cloth_Main","[Cust_ID]='" & [Cust_ID] & "'")
Somehow it doesn't up in the record when you load the Last record for a Cust_ID
Can someone please help ?
Actually MCtot is the sum of all MCRefill for a given Cust_ID
I have the following expression in the Default value of MCtot in my form showing both the fields
DSum("[MCRef]","Miracle_Cloth_Main","[Cust_ID]='" & [Cust_ID] & "'")
Somehow it doesn't up in the record when you load the Last record for a Cust_ID
Can someone please help ?