I need help adding some validation to my accessdatabase.
Line_of_Business field list contains:
·AUDIT
·COMMERCIAL LINES
·PERSONAL LINES
·CLAIMS DEDUCTIBLE
Policy_Account_Number field is the field Iwould like to add validation to.
·If Line_of_Business = AUDIT, I would like thefield to only contain alpha and numeric text. Example = 48X12345-01-00 Set 0001
·If Line_of_Business = COMMERCIAL LINES, I wouldlike the field to only contain alpha and numeric text. Example = 000-000-000-00
·If Line_of_Business = PERSONAL LINES, I wouldlike the field to only contain alpha and numeric text. Example = 000-000-000-00
·If Line_of_Business = CLAIMS DEDUCTIBLE, Iwould like the field to only contain alpha and numeric text. Example = 00-000-000000
Any help or tips in doing this would be greatlyappreciated.
Thank you!