98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access VBA Training and help » Arrays
Arrays
Resolved · Low Priority · Version 2000
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 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
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Space marksIt 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 |