skwilliams
Registered User.
- Local time
- Today, 12:15
- Joined
- Jan 18, 2002
- Messages
- 516
I have a tabular form for which I need running totals at the bottom. The referenced fields in the form are Integer data type.
I created unbound fields in the form footer as Integer data type also.
I'm using =Sum([Field1]) in the control source of the unbound fields where [Field1] is the name of the referenced field in the form.
When I go to form view the unbound fields show #Error.
What am I doing wrong?
I created unbound fields in the form footer as Integer data type also.
I'm using =Sum([Field1]) in the control source of the unbound fields where [Field1] is the name of the referenced field in the form.
When I go to form view the unbound fields show #Error.
What am I doing wrong?