arrays

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » Arrays

Arrays

resolvedResolved · Low Priority · Version 2000

Dave has attended:
Access VBA course

Arrays

What ARE THE 2 TYPES OF ARRAYS

RE: Arrays

Hi Dave,

Thank you for your question and welcome to the forum.

The two types of arrays we covered were:

1. Fixed Sized Array - when you know the exact dimensions
2. Dynamic Array - When you don't know the dimensions of the array but you use the ReDim command to resize the array.

I hope this answers your question.

Regards

Simon

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Space marks

It is good practice not i to have space marks for field names as this can lead to problems when using queries or VBA code. It is much better to use an underscore charcter to represent spaces in field names

View all Access hints and tips


Server loaded in 0.05 secs.