P
PF
Hi!
I have a form where the data source is a query.
The user is changing the data source on the form regularly as he apply
filter and different criteria
Each time he ask a new filter selection, the sql string is rebuild and the
form is
actualised with that sql string.
I want to export the data on that form.
What i do is i create a query with dbs.CreateQueryDef(strNomSql, strSql)
Then i transfer that query with docmd.transferspreadshheet
Is there a way to do the same thing without creating the qdf file?
Pierre
I have a form where the data source is a query.
The user is changing the data source on the form regularly as he apply
filter and different criteria
Each time he ask a new filter selection, the sql string is rebuild and the
form is
actualised with that sql string.
I want to export the data on that form.
What i do is i create a query with dbs.CreateQueryDef(strNomSql, strSql)
Then i transfer that query with docmd.transferspreadshheet
Is there a way to do the same thing without creating the qdf file?
Pierre