G
Guest
I have a listbox (value list, variable for each record) on a form together with other info. A command button on the form activates the printing of a report. I want to place the items of the listbox on the report without creating an intermediate table (which cause conflicts in a multiuser environment). Other info is placed on the report using an SQL query as source. I can put the listbox contents in a VBA array. How can I convert that array to an SQL query (without intermediate table) or is there another way?