Getting a percentage from two numbers

D

Dan

Dumb question...
How do I get the percentage from 2 numbers.

example:

GoodParts=50 BadParts=50 TotalParts=100

from an exsisting query

Thanks
 
J

Jeff Boyce

Dan

Mathematically, a percentage is one number divided by another. You can do
this in a query by showing one field divided by another, something like:

[Field1]/[Field2]

in a blank 'cell' of the Field row.

Good luck

Jeff Boyce
<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

Top