Hi everyone,
I needed your assistance with a small problem I am having with list boxes in MS Access.
I have a list box that displays the results of a query. The query actually searches a Customer table for individuals or groups of customers.
I wanted to know if its possible to export the multiple records you select from a list box into an Excel file?
Another problem might be that the list box does not contain all the fields that need to be exported, nor does the query.
So I'm guessing, you'd have to get an array of all the ID numbers selected in the list box, query for them one by one, add them into a table, and then export the table to Excel.
Someone please help...
I needed your assistance with a small problem I am having with list boxes in MS Access.
I have a list box that displays the results of a query. The query actually searches a Customer table for individuals or groups of customers.
I wanted to know if its possible to export the multiple records you select from a list box into an Excel file?
Another problem might be that the list box does not contain all the fields that need to be exported, nor does the query.
So I'm guessing, you'd have to get an array of all the ID numbers selected in the list box, query for them one by one, add them into a table, and then export the table to Excel.

Someone please help...
