Rik_StHelens
Registered User.
- Local time
- Today, 22:35
- Joined
- Sep 15, 2009
- Messages
- 164
Hi all,
I have a text box on a form which is a calculation based on two other text boxes bound to a query. The code for this text box is as follows:
When Check47 = True the text box displays #Error, and when Check47 is False it is blank.
The other two text boxes contain a General Number (Quantity) and Currency (Delivery Excess)
Any help would be much appreciated!
Thanks in advance!
I have a text box on a form which is a calculation based on two other text boxes bound to a query. The code for this text box is as follows:
Code:
=IIf([Forms]![frmQuote]![Check47]=True,(Sum([Text72]*[Text64]),"0"))
When Check47 = True the text box displays #Error, and when Check47 is False it is blank.
The other two text boxes contain a General Number (Quantity) and Currency (Delivery Excess)
Any help would be much appreciated!
Thanks in advance!