How do I process equations between fields in Access?

  • Thread starter Access Beginner - Frank
  • Start date
A

Access Beginner - Frank

I have Access 2003 and in my tables I determined a percentage to a value but
I do not know how to show that value in "Query" table?
 
J

jl5000

in your query type something like this in the field

Percent: [MyValue]/[MyPopulation],

then right click on the column and select format percent from the properties
window
 
Top