thanks a lot, however, AfterUpdate comes AFTER validation
e.g. a textbox named "txtbox" has a validation rule set as
Len([txtbox]) > 3
well, if I then place the TrimText routine as suggested by Mile-O-Phile,
in the AfterUpdate event as "=TrimText([txtbox]"
Here is the problem :
I entered...