Percentage

R

Rod

Hello,

How can I have =(Count(*)/DCount("*","[qRefCalls]","[CALLED_ON] >=
#06/18/2007#"))*100 display on the report as 60%? There must be an easier
way than a concatenation.

Thanks,
 
R

Rod

I knew it had to be something simple like that! Thanks for taking the time
Have you tried NOT multiplying by 100 and then using the Format Property?
--
Duane Hookom
Microsoft Access MVP


Rod said:
Hello,

How can I have =(Count(*)/DCount("*","[qRefCalls]","[CALLED_ON] >=
#06/18/2007#"))*100 display on the report as 60%? There must be an easier
way than a concatenation.

Thanks,
 

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