Two Text Entry Questions Solved
I help with a database for a small Non Profit, we do not get computer literate volunteers, good folks, just intimidated. Need help with two problems on data entry.
1. How to strip a blank space out of a text box. That is they type in a name, but instead of Sam, it is <Space> Sam. Of course this causes a sort on names to be skewed with the <Space> first names at the head of the list. Need to remove this <Space>.
2. Some how, don't ask me how, they will get non text characters in a name, like Wi!!iam for William, how that it is possible to get two bangs in there I dunno. However, I need to be able to catch that on an after update or on exit event to send them back to correct. How do I check for only text characters in a name?
Thanks
I help with a database for a small Non Profit, we do not get computer literate volunteers, good folks, just intimidated. Need help with two problems on data entry.
1. How to strip a blank space out of a text box. That is they type in a name, but instead of Sam, it is <Space> Sam. Of course this causes a sort on names to be skewed with the <Space> first names at the head of the list. Need to remove this <Space>.
2. Some how, don't ask me how, they will get non text characters in a name, like Wi!!iam for William, how that it is possible to get two bangs in there I dunno. However, I need to be able to catch that on an after update or on exit event to send them back to correct. How do I check for only text characters in a name?
Thanks
Last edited: