Make Table Question

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi All,

When tested without making the table my make table query returns numbers in
the correct percentage format but in the 'made' table they appear as
decimals.

With the 'made table' being deleted and replaced how can I make the figures
appear in the percentage format that I need?

Ta.
Bill
 
Put Format(YourFieldName, "Percent") in one of the columns of your
query.

Hope that helps!
 
Back
Top