Microsoft Access Developer Question:
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.
Previous Question | Next Question |
Tell us About Creating A Report Tool By Using The Report Tool And Report Wizard? | What are managing Data Tasks? |