I am working in Access 2002 and I'm trying to create a validation rule for a text field in one of my tables. I need to prevent users from entering the '#' symbol as part of the customer name. Here's what I've found:
This one works and prevents users from entering the '!' symbol in this field
This one does something unexpected. Instead of preventing users from entering the '#' symbol it is preventing them from entering any numeric characters.
Please let me know if you have a solution.
Dry![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Code:
Not Like "*" &Chr(33)
Code:
Not Like "*" &Chr(35)
Please let me know if you have a solution.
Dry