Validation Rule (possibly regex)
Hi,
Can validaiton rules use regex (which i know quite well) or do i have to use the MS expression building thing which baffles me?
I need to validate so that a field can contain either
[a-z][A-Z].-
Like in names Dr. Mary-Jane smith
Can anyone help me out?
Re: Validation Rule (possibly regex)
there is an example here http://www.vbforums.com/showthread.php?t=591819
using regular expressions
Re: Validation Rule (possibly regex)
Do you know how i could do it through the Design View window for a table where i enter the Validation Rule? Just using the standard access expression builder?