I have a search form that allows the user to search a contact database and obtains contactId, FirstName, LastName and CompanyName the obtained records are placed into a listbox (lstResult)
I want to add a button that would open a report that cotains only the records that are in the listbox (lstResult).
How do I do that?
Please help.
I want to add a button that would open a report that cotains only the records that are in the listbox (lstResult).
How do I do that?
Please help.