On our current form we have our:
Customers | Joined Date | Trainers (Free text)
ABC | mm/yyyy | Jane, Doe
I am looking for a way to have multiple values (if needed) to be listed in the Trainers by normalizing so the users can't abbreviate, misspell or add something crazy in there.
I created a table for trainers
tblTrainers:
TrainerID - AutoNumber
TrainerName - Short Text
I was thinking of making it multi selection, but I am reading that is not the preferred method.
Any suggestions?