How do I process equations between fields in Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top