I have a form where the user selects a button to export data. A form opens where there are two listboxes and the user selects all the fields he wants exported and moves them to the second listbox. Then I loop through the second listbox and store all the data in an array. I then close the form and continue with the export. However I need to pass the array to my main form? (The second is not a subform, just a regular form) How can I do this?
Thanks
Thanks