ghudson
Registered User.
- Local time
- Today, 07:58
- Joined
- Jun 8, 2002
- Messages
- 6,187
Brain freeze going on here for I have spent too much time trying to figure out how to total an unbound (calculated) text box on a form. I must be so simple that I am overlooking the obvious. I have tried different scenarios with the DSum and Sum function without success. I have a unbound (calculated) text box named [tbNegativeQuanity] that I want to total in my form. The value of the [tbNegativeQuanity] text boxes will either be 0 or -1. If the total of the [tbNegativeQuanity] text boxes is less than zero then I know I have a quantity error and I want to display a message box alerting that fact.
How can I get a total of my text box [tbNegativeQuanity]? I am going to use the total in the OnOpen event of the form but the total could go in the forms footer if needed. I am using Access 97. Thanks in advance for your help!
How can I get a total of my text box [tbNegativeQuanity]? I am going to use the total in the OnOpen event of the form but the total could go in the forms footer if needed. I am using Access 97. Thanks in advance for your help!
Last edited: