Awesome!
in the center is infractions. It is set up identical in the database to the specialties and licenseStatus.
What I am wondering is if it is even possible that it will work the way I have it set up.
There are 6 different categories of infractions but they are all stored in one array. (just one large checkbox area to enter them in originally, you helped me set that up). Works great on the back end.
I setup 6 different tables to pull the data for the drop downs and that works perfect. What I need to know is if I set up more than one dropdown to pull info for one array (infractions), is there any possibility that will work. I figure all I have to do is duplicate the specialties code for one to get it to work but will it error out if I do multiples..
If there is no chance of that working I may have to find a way to disable the other 5 dropdowns if one is selected.