I have a form on which users enter data. The text boxes are labelled F1, F2, F3, etc. and match the table name (box F1=field F1, etc).
On text box F7, users are to enter a client ID and it must be exact - no spaces are allowed. I have set up that box with =Trim([F7]) on the AfterUpdate property, but nothing changes - any spaces remain.
I am doing something simple wrong I'm sure - any ideas? I thought it might be the fact that the label is the same as the field name on the table, so I've tried changing that with no success.
Help!
On text box F7, users are to enter a client ID and it must be exact - no spaces are allowed. I have set up that box with =Trim([F7]) on the AfterUpdate property, but nothing changes - any spaces remain.
I am doing something simple wrong I'm sure - any ideas? I thought it might be the fact that the label is the same as the field name on the table, so I've tried changing that with no success.
Help!