T
tf
Hello
With vba, I create dynamically
a query using a string
like:
SQLstring = "select * from mytable where ... "
I ' d like to create the object in the database
from the code.
Do you know how to code that ?
Thanks
With vba, I create dynamically
a query using a string
like:
SQLstring = "select * from mytable where ... "
I ' d like to create the object in the database
from the code.
Do you know how to code that ?
Thanks