I have a subform that is based on a query. I want a text box in this form which will give me a calculated figure.
what I want to say is this take the FedRatio from tblGrants and multiply Amount here.
The query is based on tables other than tblGrants. Is it possible to do this?
I know the simple calcualtion should be =[FedRatio] * [Amount] but how do I incorporate FedRatio from tblGrants?
Any help is appreciated. Thanks.
what I want to say is this take the FedRatio from tblGrants and multiply Amount here.
The query is based on tables other than tblGrants. Is it possible to do this?
I know the simple calcualtion should be =[FedRatio] * [Amount] but how do I incorporate FedRatio from tblGrants?
Any help is appreciated. Thanks.
Comment