
MS Access As A Dev Tool
Access continues to be a highly efficient tool for business database development.
The Best Microsoft Access Database Solutions owner, consultant, and principal programmer is Alison Balter - a recognized expert Microsoft Access consultant. Alison is the author of 15 Microsoft Access training books and 200+ training videos. She is a frequent guest speaker at MS Access conferences and has developed hundreds of applications for businesses of all types.
We know your business data is important; we listen to your concerns, ask questions, and gather information from all stake holders. We discuss your needs and requirements for your database. We find out what you want, why you need various features so we can obtain as much information as possible. Once we have the information we need, we work with you to design the proper database architecture, plus the dashboards, the questions (queries), forms, and reports you need for an excellent database system.
We also create websites designed for speed to display your data accurately, using ASP.NET technology. Fast, secure, and robust, our ASP.NET web sites and web applications give you true business tool for finding and displaying information dynamically on the web.
Access continues to be a highly efficient tool for business database development.
How to create a Microsoft Access application with some unique tips and tricks.
Your Access developer near me has some great info for you about using Access efficiently.
Call MS Access Solutions at (323) 285-0939 For Complimentary Consultation
Creating a Custom Collection
Defining a custom collection is easy: Simply use the Dim keyword to create an object of the type Collection, as shown here: Dim colSports As New CollectionThe Dim statement tells the compiler you want to declare a variable, and the As New keywords indicate that you're creating a new instance of something. Specifically, you're creating a new instance of a Collection object. In the following sections, look at how you can add items to and remove items from a custom collection.
Adding Items to a Custom Collection
The Add method adds a new item to a custom collection. It looks like this: colSports.Add "Basketball"This line of code adds the text "Basketball" to the colSports collection. The Add method has three optional arguments: Key, Before, and After. Key is a string name you can use to uniquely identify an element; the Before and After arguments enable you to specify where in the collection the new item will be placed.
CAUTION
Unlike almost every other array or collection in VBA, custom collections are one-based rather than zero-based. This means that the first element is numbered one (rather than zero), the second element is numbered two, and so on. This is a big change if you're accustomed to thinking of arrays and collections as being only zero-based.Access programmer cities we serve: Access Programmers North Carolina