S
scottydont2121 via AccessMonster.com
Hello,
I am making a query for an output file.
I have an amount on my input table and then i want to query it out to look a
particular way.
What i have build in the query looks like below:
Amount: Right("000000000" & [Input File]![Award Payment],9)
The award payment field is the amount.
Only problem is that I need it to look like below:
000040.00 when it outputs.
Currently i have it looking like : 000000040
For my original input table the field Award Payment is set to a currency
field.
Help Please
I am making a query for an output file.
I have an amount on my input table and then i want to query it out to look a
particular way.
What i have build in the query looks like below:
Amount: Right("000000000" & [Input File]![Award Payment],9)
The award payment field is the amount.
Only problem is that I need it to look like below:
000040.00 when it outputs.
Currently i have it looking like : 000000040
For my original input table the field Award Payment is set to a currency
field.
Help Please