W
Warrio
Hello!
Is it possible to create by code an object as a query (like the ones stored
in the access db window)?
I know that we can modify it, using
currentDB.QueryDefs("Query1").Sql and open it by
currentDB.QueryDefs("Query1").Open
but how can we create a new one assign it a name?
Thanks for any suggestion
Is it possible to create by code an object as a query (like the ones stored
in the access db window)?
I know that we can modify it, using
currentDB.QueryDefs("Query1").Sql and open it by
currentDB.QueryDefs("Query1").Open
but how can we create a new one assign it a name?
Thanks for any suggestion