Left Justified information in Column

  • Thread starter Thread starter John
  • Start date Start date
J

John

Some of my columns are coming in with spaces in front of
the data. Is there a way to left justify a column so that
it gets rid of the spaces and starts with information.

Thanks,
JOhn
 
John said:
Some of my columns are coming in with spaces in front of
the data. Is there a way to left justify a column so that
it gets rid of the spaces and starts with information.

Thanks,
JOhn

John,

Try:

Trim(<your-expression>)


Sincerely,

Chris O.
 
Back
Top