In addition to any other suggestions, the following entry in the
ValidationRule property of the relevant field in the relevant *table*,
would stop the user entering any characters *other than* space, 0-9, (,
), /, or - in that field:
Not Like "*[! 0-9()/-]*"
You'd also wan to put a suitable error message in the ValidationText
property.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.