database - Microsoft access validation -


i need allow only alphanumeric characters entered field. data type 'short text'.

what 'validation rule' using expression builder?

you can find lots of useful examples validation rules here:
http://allenbrowne.com/validationrule.html

in case -

digits , letters only

is null or not "*[!((a-z) or (0-9))]*" 

accepts z , 0 9, no punctuation or other characters.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -