Microsoft Access Developer Question:
Download Questions PDF

Do you know what is a collection?

Answer:

A group of objects held together by a class or custom grouping, (You can create your own collection of objects). You may not realize it, but every time you use the syntax Forms!MyForm to either make a form invisible or do other actions, you are using the Form collection in Access. Another useful collection is the Controls collection of the Form class.

Download Microsoft Access Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how do I convert an Access database to/from another version?Can you state Some Of The Uses Append Query?