I have a table with a field named Dollars and another named Cents. These are text fields. The reason for the separate fields is that these will print out on a preprinted insurance claim form that does not support the normal $¢s. In my cents properties in the table I have an input set up to show 2 places, ie: 00, with a default of 00.
Secondly I have a query set up to total both these columns. However, if, all the cents in the individual claim record add up to 0, the output is 0, I need it to show the double 00. I have to have the 2 placeholders in order for the claim to be read properly by the provider's scanner.
How can I force the 0 to become 00 in the query so that it will show up correctly on the report when printing out on the preprinted form?
Secondly I have a query set up to total both these columns. However, if, all the cents in the individual claim record add up to 0, the output is 0, I need it to show the double 00. I have to have the 2 placeholders in order for the claim to be read properly by the provider's scanner.
How can I force the 0 to become 00 in the query so that it will show up correctly on the report when printing out on the preprinted form?