Programming - question with VBA

M

Mike

Hi All,

Im trying to build a database and I really want to know
that can you use the VBA in ACCESS to build functions to
retrieve the data right off the tables in access. I'm
having difficulty trying to build querys from the ACCESS
Query interface.

Thanks for the suggestions...

Mike
 
J

Joe Voll

Mike said:
can you use the VBA in ACCESS to build functions to
retrieve the data right off the tables in access.

sure you can. with DAO or ADO you can define recordsets with SQL according
to your needs . The output is mainly the same like wizard-built querys.

Joe Voll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top