Listbox simalar to Multivalue Selection

vapid2323

Scion
Local time
Today, 12:28
Joined
Jul 22, 2008
Messages
217
Hey guys,

I am replacing a BUNCH of Multivalve fields in a database I need to help migrate to SQL.

I need help creating a selection option that’s similar to the multivalve option in access 2007 natively. I also need to have the VBA add and remove records from my join table as the values change.

So if a user selects A, B, C from the list box, three rows of data are created in another table. And if B gets removed then that matching record also is removed from the table.

Is a list box my best choice? I thought a Continuous form might also work, might have it in a popup?
 

Users who are viewing this thread

Back
Top Bottom