Microsoft Access Developer Question:

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

Microsoft Access Developer Interview Question
Microsoft Access Developer Interview Question

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.


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