Hi,
Given a parameter which contains the textual name of a defined Query , how can I extract the SQL string from it?
(I'm holding the name of the Query as a text string in a table. I want to pass the SQL string associated with the query into a form to act as a record source for a list box, and I need to parse the SQL to define the number of columns for the list box)
I hope that is clear. I wrote it and it sounds confusing to me.
/
John
Given a parameter which contains the textual name of a defined Query , how can I extract the SQL string from it?
(I'm holding the name of the Query as a text string in a table. I want to pass the SQL string associated with the query into a form to act as a record source for a list box, and I need to parse the SQL to define the number of columns for the list box)
I hope that is clear. I wrote it and it sounds confusing to me.
John