ChrisHaynes
Technical User
Hi, How can I check that a field in my form contains a minimum of say, 5 characters when I click a command button?
I am going to use it with an if statement for example:
Code:
if Me!Password (is less than 5 characters long) then
msbox "Password needs to contain a minimum of 5 characters"
Thanks,
Chris