Left Justified information in Column

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
 
C

Chris2

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.
 
Top