Is there a way to confirm that the string result is in a certain format? Ive seen length of string which may go someway to help
Users need to input a field in the format of
LNNNLLL
Where L is a Letter and N is a number - Its a reference number
Anyway that this can be validated with code to avoid user error in the input?
Even with forcing the format, you still have to go out to your data base and lookup
some name and description data to confirm the right key was written.
Only tested parts of it, but think something like this should work (see below). Probably best to restrict user input to only be able to enter: LNNNLLL, then give error message to correct format.