I have a report that gets it's data from a UNION query that I had to write using SQL statments. My only problem is, when that UNION query is run, for some reason, the fields that I have the format type set to currency loose all their formatting in that query. So when the Report is compiled from that Query, I get unformatted numbers instead of currency. Right clicking in design mode and changing the format field to "$#" doesn't change anything. Do I have to set the formatting in the SQL statments in the UNION query?
I even tried creating another query to select fields from the UNION query and set those formats, but the format pull down menu is blank, setting those to "$#" also doesn't work. What am I doing wrong?
I even tried creating another query to select fields from the UNION query and set those formats, but the format pull down menu is blank, setting those to "$#" also doesn't work. What am I doing wrong?