Hello
I need to take the SQL of a loaded recordset to use it later.
I usually take Recordsource, but this time the form refers to a query with input parameters. So it's not only the query name, or the sql of it, it's the WHERE that changes everytime.
So how can I get this after-input SQL sentence??