mfaqueiroz
Registered User.
- Local time
- Today, 09:22
- Joined
- Sep 30, 2015
- Messages
- 125
Hei,
I've some simple doubts about how to work with queries on vba.
The follow command, always open the query?
DoCmd.OpenQuery "Query!Name", , acReadOnly
It is possible only to run the query without open it?
Thanks!
I've some simple doubts about how to work with queries on vba.
The follow command, always open the query?
DoCmd.OpenQuery "Query!Name", , acReadOnly
It is possible only to run the query without open it?
Thanks!