April15Hater
Accountant
- Local time
- Today, 16:42
- Joined
- Sep 12, 2008
- Messages
- 349
Hey guys,
I have a multiselect listbox (lstClosedProduction) in an Access form. The user will make a selection, hit a button, and it will export data to an excel invoice template. Among the data it exports is the unique ID's of the items selected in the multiselection list box.
After the user hits the finalize button on the excel invoice template, I have it so that it connects to the back end via ADO, updates the records corresponding to the unique id's of the items selected, then saves and closes. However after excel updates the unique id records, I need the listbox to requery so the finalized items disappear from the listbox. How can I go about doing this?
Thanks,
Joe
I have a multiselect listbox (lstClosedProduction) in an Access form. The user will make a selection, hit a button, and it will export data to an excel invoice template. Among the data it exports is the unique ID's of the items selected in the multiselection list box.
After the user hits the finalize button on the excel invoice template, I have it so that it connects to the back end via ADO, updates the records corresponding to the unique id's of the items selected, then saves and closes. However after excel updates the unique id records, I need the listbox to requery so the finalized items disappear from the listbox. How can I go about doing this?
Thanks,
Joe