I have set up a query for some tax info, and i want to able to input a number in 1 column and have to query 'grab' information from a currency column. I am able to input the number and have it pull the said currency value but instead of it reading as a currency, it inserts it as a text format, ie: 2 instead of $2.00. Here is the iif statement i have set up for it currentlt...Total 1: IIf([Exemption]="1",[InvoiceTotal],"-"). exemption is the column i want the single number to be and invoice total is the currency column number i want to "Total 1" to show.
Any help is appreciated.