O
oliver_optic
I created a field called cash in a MS Access form, I want the totals
for these fields 100 50 20 10 5 to be placed in that cash field. In
the control source for the cash field I am using
=Sum([100]+[50]+[20]+[10]+[5]) and thought that would work but it
does
not. I can do a sum of two fields, but anything larger does not work.
What am I missing
Dave
for these fields 100 50 20 10 5 to be placed in that cash field. In
the control source for the cash field I am using
=Sum([100]+[50]+[20]+[10]+[5]) and thought that would work but it
does
not. I can do a sum of two fields, but anything larger does not work.
What am I missing
Dave