T
Turner
I have several currency type fields within a query. I
have set the "decimal places" property to zero. When I
execute the query it shows the amounts correctly (ie. $,
and no pennies.
When I use the same query as a row source for a LIST BOX
the pennies are diplayed.
How to I get rid of the pennies.
Thanks!
Note: An early answer suggested that I modify the format
field of an Unbound Control with =Format([FieldName],"$
#,###."). But, unless I am really missing something LIST
BOXES don't have control fields.
have set the "decimal places" property to zero. When I
execute the query it shows the amounts correctly (ie. $,
and no pennies.
When I use the same query as a row source for a LIST BOX
the pennies are diplayed.
How to I get rid of the pennies.
Thanks!
Note: An early answer suggested that I modify the format
field of an Unbound Control with =Format([FieldName],"$
#,###."). But, unless I am really missing something LIST
BOXES don't have control fields.