depends how you are trying to use it.
If you are just displaying data then
=Trim([myField]) in the control Record Scource
If the field is used for data entry you age going to need code.
Trim will trim blanks from both ends of a string, Rtrim() will just trim from the right
HTH
Peter