I am designing a database to hold a directory. I have each persons stats in a "info" table. One of the stats is "areas of practice". There is approx 15 choices to go in this field and there can be more than one choice to be input. (eg. one person could only do real estate law while another does real estate, contract, and civil liberties)
The input form is similar to:
name:__
firm:
address:__
...
...
...
...
areas of practice-check all that apply:
real estate contract commercial etc.
submit clear
Should I have a seperate table just for areas of practice with each area being its own field. If so, how do I input the data for the info table, which assigns an auto increment id#, and input the data to the areas of practice table at the same time using the id# just assigned.
Thanks for any help,
JT😕