Hi, I need to set a field in an update form to accept specific content in a format 3 letters 3 numbers i.e. "AAA111"
The input also has to be validated against an existing table that contains that information as unique records,
i need help setting the field to accept input only in this format, probably then i may be able to enforce a validation against the existing table,
please help.
Thank you