The current approach requires you to add twenty six check boxes to the form and keep them consistent with the tblClassifications table for externity. This is no way to live. I suggest using the tblCllassifications as a staging area for this functionality. First you add a Yes/No field to tblCllassifications. You then make a continuous form of the the table and put it in a subform on the Incident Data Form (frmNewMain). Then you put code in the form's after update and current events to make the tblIncidentClassifications table match what the user did in the subform.
If you have or will be going to a multiuser system this won't work and the approach would be change to have a local copy of the tblCllassifications table, but if you have a multiuser system even the current approach has problems that need to be addressed.
Let's me know if you like my suggested approach. If you do I'll set up a prototype.
If you have or will be going to a multiuser system this won't work and the approach would be change to have a local copy of the tblCllassifications table, but if you have a multiuser system even the current approach has problems that need to be addressed.
Let's me know if you like my suggested approach. If you do I'll set up a prototype.