How can I append data from a multi select list box (where the multi select parameter is set to Expanded) to a table? I have tried using an append query but this doesn't work.
Scenario is as follows - 3 tables
tblServices
tblAdultData
tblServiceUse
On a form I have a combo box to select a Service from tblServices. There is also a multi select list box of users which enables me to select a number of adult users - but I then need to add the Service ID and the IDs of Users to the tblServiceUse. I want to add the multiple users, each linked with the service ID from the combo box, to the existing table that identifies service use. How is this achieved - a query or VBscript?
Any advice gratefully received!
Scenario is as follows - 3 tables
tblServices
tblAdultData
tblServiceUse
On a form I have a combo box to select a Service from tblServices. There is also a multi select list box of users which enables me to select a number of adult users - but I then need to add the Service ID and the IDs of Users to the tblServiceUse. I want to add the multiple users, each linked with the service ID from the combo box, to the existing table that identifies service use. How is this achieved - a query or VBscript?
Any advice gratefully received!