dcount

T

Tim

I would like to use the values in dcount to perform another calculation. I
counted two sets of records and would like to divide the two numbers to give
a percent.

For example =dcount("[pass]","GED
results","[pass]='y'")/=dcount("form3]","ged results")
 
T

Tom van Stiphout

On Sat, 29 May 2010 11:02:01 -0700, Tim

You are very close:
=dcount("[pass]","GED results","[pass]='y'")/dcount("form3]","ged
results")

-Tom.
Microsoft Access MVP
 

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

Similar Threads

Saving value of an expression 2
SQL Query + Percentage 4
Creating a formula based on valid cases 1
dcount issue 2
Report Count Criteria Numbers Multiple 1
DCount in query 3
Dcount? 5
Count function question 4

Top