A
Ammo
Hi All,
I have created a form called 'frm_GrantPot'
with 'tbl_GrantPot' as the record source.
The form consists of the following fields:
GrantPotNumber, GrantPotName, AvailableGrant,
TotalGrantRemaining (calculated field with the following
expression; =[AvailableGrant]-[frm_GrantApplicant
subform].Form!AmountGrantAllocated
The main form also consists of a subform
with 'tbl_GrantApplicant' as the record source and
consists of the following fields:
GrantApplicantNumber, GrantStatus (yes/no data type),
DateGrantAllocated, GrantRecipient, ReasonGrantAllocated,
AmountGrantAllocated, GrantSpendProgress, GrantConditions,
GrantPotNumber (Foreign Key)
I wish to calculate the following for
the 'TotalGrantRemaining' field for the total records
keyed into the subform:
TotalGrantRemaining = AvailableGrant -
AmountGrantAllocated where GrantStatus = yes (ticked)
Hope someone can help me as I am not a full time Access
Programmer and wish I could spend more time investigating
this problem. Thank You.
Kind Regards
AMMO
I have created a form called 'frm_GrantPot'
with 'tbl_GrantPot' as the record source.
The form consists of the following fields:
GrantPotNumber, GrantPotName, AvailableGrant,
TotalGrantRemaining (calculated field with the following
expression; =[AvailableGrant]-[frm_GrantApplicant
subform].Form!AmountGrantAllocated
The main form also consists of a subform
with 'tbl_GrantApplicant' as the record source and
consists of the following fields:
GrantApplicantNumber, GrantStatus (yes/no data type),
DateGrantAllocated, GrantRecipient, ReasonGrantAllocated,
AmountGrantAllocated, GrantSpendProgress, GrantConditions,
GrantPotNumber (Foreign Key)
I wish to calculate the following for
the 'TotalGrantRemaining' field for the total records
keyed into the subform:
TotalGrantRemaining = AvailableGrant -
AmountGrantAllocated where GrantStatus = yes (ticked)
Hope someone can help me as I am not a full time Access
Programmer and wish I could spend more time investigating
this problem. Thank You.
Kind Regards
AMMO