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
Jeff L - 30 Jun 2006 21:22 GMT
Put Format(YourFieldName, "Percent") in one of the columns of your
query.
Hope that helps!
Bill - 30 Jun 2006 21:31 GMT
Help - that darn well did it!!!!
Many thanks.
Bill
> Put Format(YourFieldName, "Percent") in one of the columns of your
> query.
>
> Hope that helps!