changing show button in VBA

Ssstacey

Registered User.
Local time
Today, 23:46
Joined
Aug 9, 2005
Messages
48
Hi,
I want to be able to change the 'uncheck' and 'check' the show button in a queryfilter in VBA? Does anyone know the code/command for this?
Thank you..
Stacey
 
I would think the best way would be to build the query the way you want it, then copy the sql string it generates and use it where you need in stead of the pre-built query. Then using that query, uncheck (or change) the view option in the query builder and then use the new sql string where you need...

Or simply use two pre-built querys...
 
Thanx.. I will try to implement it like that..
 

Users who are viewing this thread

Back
Top Bottom