G
Guest
Can someone point me to a source to help me build a validation process.
I have a form where the user is required to enter a [disposition]. I want
the user to either pick one from the list (simple part), or enter a number &
letter sequence (this is the difficult part) that must be formatted properly.
The sequence has to be like this :
###L# ie: 257A1 or 264B2
The sequence must also be within a range, specifically the first three
numbers must be between 202 to 288.
Would it make more sense to compare the user input to a list of acceptable
entries?
Any help would be appreciated.
Cheers
I have a form where the user is required to enter a [disposition]. I want
the user to either pick one from the list (simple part), or enter a number &
letter sequence (this is the difficult part) that must be formatted properly.
The sequence has to be like this :
###L# ie: 257A1 or 264B2
The sequence must also be within a range, specifically the first three
numbers must be between 202 to 288.
Would it make more sense to compare the user input to a list of acceptable
entries?
Any help would be appreciated.
Cheers