I'd like to limit the user of a form to only allow up to 255 characters in to an unbound text box.
Is there a quick easy method?
I'd like to limit the user of a form to only allow up to 255 characters in to an unbound text box.
Is there a quick easy method?
Also while at it - I want to remove any space character with replace(field, vbKeySpace , "") to say if field is null then don't continue but I get an error as I can't compare null for some reason.