return data right justified

  • Thread starter Thread starter Angie
  • Start date Start date
A

Angie

I have a make table query with several fields number formatted to 2 decimals.
Any idea how to return these columns right justified? Here's an example of
one of the fields.

FIELD1: FormatNumber([MY_FIELD],2)
 
Angie

Instead of using a Make Table query (you are dependent on what Access
decides), create a table that has the fields and formatting you wish, and
append records into it. If you want to 'start over', delete all the records
and (re-)append.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top