Hi
I'm using access 2003.
I want to execute a make table query saved in another access database. I use the DAO method below but the query has 2 input parameters and I want to pass these with the db.Execute method below. Is this possible?
Thanks
Dim db As DAO.Database
Set db =...