accessman2
Registered User.
- Local time
- Today, 00:07
- Joined
- Sep 15, 2005
- Messages
- 335
Hi,
I have a question.
In VBA, can we select the object, query, and then open it as invisble status and then close it?
I just know that
Docmd.openquery "qry1"
docmd.Close acQuery,"qry1"
But, I want to make it in the invisible status, nobody read it on the screen.
Can we do that?
Thanks.
I have a question.
In VBA, can we select the object, query, and then open it as invisble status and then close it?
I just know that
Docmd.openquery "qry1"
docmd.Close acQuery,"qry1"
But, I want to make it in the invisible status, nobody read it on the screen.
Can we do that?
Thanks.