i have a very complex query that is running from a listbox rowsource. i just do a listbox1.requery and it populates the listbox.
instead of doing it this way, i would like to:
- i just want to save the query in the queries section
- call it from there.
- then i want to save the results of the query into a string
- then i want to feed the string into the listbox
can you please help me with the code for these four questions.
thanks!