I have a form with several listboxes based on seperate SQL recordsources. I want the user to be able to view the SQL in datasheet view by simply double clicking th list box.
I've done this in the past when the list box record source was a query by opening the query in Datasheet view.
Ex: On Click - DoCmd.OpenQuery "Name",acViewNormal
How do I get the same results with SQL recordsources?
I've done this in the past when the list box record source was a query by opening the query in Datasheet view.
Ex: On Click - DoCmd.OpenQuery "Name",acViewNormal
How do I get the same results with SQL recordsources?