I have one report layout that I want use to produce two reports (documents). Each report will require a different SQL statement. I know how to setup a checkbox on a form to tell which statement to run.
What is the syntax to represent the select query.
As a secondary step I need to be able to run a make-table query to obtain an extraction of the previously generated report, for archiving purposes. Now, on the close event of the report, I run the make-table query. I should be able to create an SQL statement for this as well.
What is the syntax to represent the make-table query.
There is more, but I will leave it at this for the moment.
What is the syntax to represent the select query.
As a secondary step I need to be able to run a make-table query to obtain an extraction of the previously generated report, for archiving purposes. Now, on the close event of the report, I run the make-table query. I should be able to create an SQL statement for this as well.
What is the syntax to represent the make-table query.
There is more, but I will leave it at this for the moment.