Microsoft Access Developer Question:
Download Questions PDF

Tell us what property does every object in MS Access have?

Answer:

The name property. I use this property to determine if my reference is correct, as I frequently tell my students, “If you can name it, than you have the right object”. For example, if there is a button called “cmdOpen” on the “frmMainMenu” form, I can reference it with Forms!frmMainMenu.cmOpen.Name. It should show up as cmdOpen on the immediate window.

Download Microsoft Access Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us About Creating A Report Tool By Using The Report Tool And Report Wizard?What are managing Data Tasks?