I have a database and one of the fields is a destination code, now I need to be able to say that when someone enters a destination code, this code has to be at least 3 characters long and can be no more than 6 characters long.
I thought I would be able to do this by doing something in the fieldsize option but that only gives me an upper limit (i.e. a maximum number of characters), how do I do this? I've tried using fieldsize, set to 6 and then write in the validation rule "Len(DestinationCode)>=3" but this doesn't work...
Can anyone help me out? The destinationcode is a textfield.
I thought I would be able to do this by doing something in the fieldsize option but that only gives me an upper limit (i.e. a maximum number of characters), how do I do this? I've tried using fieldsize, set to 6 and then write in the validation rule "Len(DestinationCode)>=3" but this doesn't work...
Can anyone help me out? The destinationcode is a textfield.