Hello, my predicament is as follows; I am pulling data into a cross tab query, the field selected to show under each column is stored as a % in the original query, however after the cross tab query runs it stores it as a number with multiple decimal places. Below is a simplified example, when I change the format of the "accuracy" percentage in the cross table query to "percent", it has no effect.
Original query:
Supervisor name, Period, Accuracy
SMITH 1 95%
SMITH 2 95%
BOB 1 95%
BOB 2 95%
Cross tab query results:
Supervisor Name, Period 1, Period 2
SMITH 95.000 95.0000000
BOB 95.000 95.000000
Any help is appreciated!