Hi,
I have an Access application in which I need to do a 'mass-update'. I have a form on which I have a dropdown, a listbox, and a checkbox. I also have a Update button, and when the user clicks it, I want to insert rows into my table with the same value for the dropdown and checkbox fields in all the rows, but I want different values for each row depending on the list items that were selected. I know that multiple rows can be inserted into a table using the UNION SELECT
statement, but how am I supposed to apply that with a listbox?
Can anyone please help?
Thanks in Advance