Hi All,
I'm trying to populate a list box. Due to performance I'm having to use a Pass through Query. Query will be different every time user runs it due to criteria selection.
I was successful at creating a recordset using ADO, but I couldn't figure out how to pass the recordset to the listbox.
So after reading several posts, I thought I would make the Pass through query a saved query and then update the query when the user makes their selections.
Is this the best way to handle this scenario?
Thanks,
Ceej
I'm trying to populate a list box. Due to performance I'm having to use a Pass through Query. Query will be different every time user runs it due to criteria selection.
I was successful at creating a recordset using ADO, but I couldn't figure out how to pass the recordset to the listbox.
So after reading several posts, I thought I would make the Pass through query a saved query and then update the query when the user makes their selections.
Is this the best way to handle this scenario?
Thanks,
Ceej