multiple insert from a checkbox list
I have a database used to manager free legal advice. I have a table 'advicetype' which has fields workid and notes. Also a table 'advice' which, amongst others, has fields adviceid
and matterid.
During the advice process I want to be able to list all of the advicetype notes in a table with a checkbox next to each of them. This would allow a user to check all of the advice types that apply for that session. On clicking Submit this would then insert each of the checked items into a new record in table jumcmatteradvice which has fields including workid.
Is this possible using Data assist?