query column access via vba

bigmac

Registered User.
Local time
Today, 10:32
Joined
Oct 5, 2008
Messages
302
hello can you help please , is it possible to access a column in a query using vba ?
I have a query that has a lot of tick boxes on it , I do not want the tick boxes to be shown on my form but would like to access them to find out if true or false . cheers
 
You can use DLookup() or open a recordset.
 
thank you for your quick response , can you give me an example please
 

Users who are viewing this thread

Back
Top Bottom