collection object

  • Thread starter Thread starter Vivek Sharma
  • Start date Start date
V

Vivek Sharma

Hi There,

I am just wondering if there is collection object like visual basic has. If
ms access does can some one guide me to a tutorial
 
Vivek Sharma said:
Hi There,

I am just wondering if there is collection object like visual basic
has. If ms access does can some one guide me to a tutorial

The Collection object is the same in VBA as it is in VB, to the best of
my knowledge. It's documented, with examples, in the Visual Basic
Language Reference section (subtopic "Objects") of the online help. You
may get to the help topic quicker if you open the Immediate Window, type
Collection, click on the word, and press F1.
 

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

Back
Top