I have created a form with a series of radio buttons which ultimately generate a SQL statement in a text box during runtime.
I want to be able to create a report which has this SQL string as its source.
I am thinking that I need to save the SQL string as a query and create a new report during runtime, but I cannot figure out how to do this.
I know I could use the values from form controls in a pre-existing Access based query, but I would prefer the SQL string if possible.
System: Access 2002 / ADO.
Any help wil lbe greatly appreciated.
Sseleman.
I want to be able to create a report which has this SQL string as its source.
I am thinking that I need to save the SQL string as a query and create a new report during runtime, but I cannot figure out how to do this.
I know I could use the values from form controls in a pre-existing Access based query, but I would prefer the SQL string if possible.
System: Access 2002 / ADO.
Any help wil lbe greatly appreciated.
Sseleman.