I have made an SQL-string from a query and I have to change the criterias for different fields from user input in a form.
I can't just - in the query - reference the criterias directly in the form because the way they are given there ... I have to manipulate them into a string and incorporate that "criteria string" in the SQL-string I got from the query ... I think.
The resulting "recordset" from running the "total" SQL string I have to run through and generate some shapes in Excel ... I know how to do that !
My problem is how to "hold" the dataset ... sort of "in memory" while I'm running through the recordset !
... do I really NEED to have a table to hold the dataset ?
I can't just - in the query - reference the criterias directly in the form because the way they are given there ... I have to manipulate them into a string and incorporate that "criteria string" in the SQL-string I got from the query ... I think.
The resulting "recordset" from running the "total" SQL string I have to run through and generate some shapes in Excel ... I know how to do that !
My problem is how to "hold" the dataset ... sort of "in memory" while I'm running through the recordset !
... do I really NEED to have a table to hold the dataset ?