query - center justify

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a length of stay using procedure date and discharge date & named it
LOS. On the query results is there a way to center justify the # that is
produced?
Thanks
 
Hi Willie

A query is intended for the selection and ordering of data, not for display.
Hence its display and formatting options are fairly limited.

You should create a report based on your query (or a form if the data is to
be displayed on the screen) and then you will have much greater control over
formatting.
 
Back
Top