Problem with calcualted field in report

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

Can anyone tell me what's wrong with this formula?
([Sum Of txtClients0]*[txtclientstotal])/ [Sum Of txtClientsTot]
TxtClientstotal is a calculated on the report the other controls come from a
query.
I get an error message asking for Extra "(" in the formula.
TIA
Tony
 
Algebraically, there appears to be nothing wrong. But Access may want you to
enclose the denominator in parenthesis. Try it and see what happens.
 
Thanks Ken did as you said but still get same message
Tony
Ken Smith said:
Algebraically, there appears to be nothing wrong. But Access may want you to
enclose the denominator in parenthesis. Try it and see what happens.

Tony Williams said:
Can anyone tell me what's wrong with this formula?
([Sum Of txtClients0]*[txtclientstotal])/ [Sum Of txtClientsTot]
TxtClientstotal is a calculated on the report the other controls come from a
query.
I get an error message asking for Extra "(" in the formula.
TIA
Tony
 
Tony said:
Can anyone tell me what's wrong with this formula?
([Sum Of txtClients0]*[txtclientstotal])/ [Sum Of txtClientsTot]
TxtClientstotal is a calculated on the report the other controls come from a
query.
I get an error message asking for Extra "(" in the formula.


Strange mesage. Did you forget the = sign in front of it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top