Query Percentages

S

Sharon

Why won't my queries recognize percentages? I created an
additional field to calculate a percentage.

ExcptRate: ([ExcpSum]/[smple_sz])

I tried to run queries to group the percentages:
= 0%
0.00% and =< 10%
10% and +< 25%
25%

The prompt kept asking for the [ExcpSum].
 
D

Duane Hookom

Where does ExcpSum come from? Is this a field in a table?
I would use .25 rather than 25%.

_____________
Duane Hookom
MS Access MVP

Sharon said:
Why won't my queries recognize percentages? I created an
additional field to calculate a percentage.

ExcptRate: ([ExcpSum]/[smple_sz])

I tried to run queries to group the percentages:
= 0%
0.00% and =< 10%
10% and +< 25%
25%

The prompt kept asking for the [ExcpSum].
 

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

Top