A
Ammo
Hi,
I have main form called 'frm_GrantPot' that has the
field 'AvailableGrant', the user can enter a figure in
this field.
This main consists of a sub form
called: 'frm_GrantAllocation' subform which allows the
user to enter multiple records (datasheet view) which
relates to the record in the main form. Each record that
the user enters in the sub form, the user enters a figure
in a field called 'AmountGrantAllocated'
I wish to create a field on the main form
called 'GrantSpentToDate'
The formula will be
GrantSpentToDate (Main Form) = AvailableGrant (Main Form)-
AmountGrantAllocated (Sub Form)
How do I implement this?
Hope someone can help?
Best Wishes
Ammo
I have main form called 'frm_GrantPot' that has the
field 'AvailableGrant', the user can enter a figure in
this field.
This main consists of a sub form
called: 'frm_GrantAllocation' subform which allows the
user to enter multiple records (datasheet view) which
relates to the record in the main form. Each record that
the user enters in the sub form, the user enters a figure
in a field called 'AmountGrantAllocated'
I wish to create a field on the main form
called 'GrantSpentToDate'
The formula will be
GrantSpentToDate (Main Form) = AvailableGrant (Main Form)-
AmountGrantAllocated (Sub Form)
How do I implement this?
Hope someone can help?
Best Wishes
Ammo