how to use the query i have linked?

zambam

Registered User.
Local time
Today, 01:37
Joined
Mar 19, 2006
Messages
39
hi

i have linked an access query into visual basic by linking it to an adodc1 control, but what do i do now? how do i run the actual query?

pls help. thanks
 
I haven't used this control. But my guess is you can do a couple things.

  1. Reference this control from a grid control from its RecordSource/Source attribute
  2. Peruse the attributes of this object from the object browser or online help and look for things like 'previous' , 'next', 'first', 'last' etc. Then use those attributes in code
 

Users who are viewing this thread

Back
Top Bottom