I have a database with a price field. This price field's trailing zeros changes depending on the choice of product.
I have created a table of [product][myFormat] to handle this.
I can manipulate the product price on the form without issue (thanks to some help on another thread).
Is there any advice how I can do this when running a report?
For example the table looks like this:
Product A ##.###
Product B ##.#
Product C ####.
When I run the report - which is producing the product transaction price from the ledger - I would like to enforce any trailing zeros dynamically by product.
Any thoughts?
Thanks.
Mark
I have created a table of [product][myFormat] to handle this.
I can manipulate the product price on the form without issue (thanks to some help on another thread).
Is there any advice how I can do this when running a report?
For example the table looks like this:
Product A ##.###
Product B ##.#
Product C ####.
When I run the report - which is producing the product transaction price from the ledger - I would like to enforce any trailing zeros dynamically by product.
Any thoughts?
Thanks.
Mark