Actions

Jass7869

Registered User.
Local time
Yesterday, 20:20
Joined
Aug 12, 2014
Messages
96
Hello,

I am not sure what to call these items except as action items. Where can I go to figure out what is

Me.txtX.Value

I understand the Me and TxtX is the text box...but where can I get a list of the actions. .Value .Locked etc...

I am new to Access..Only three months into making a Database.
 
You want the Object Browser.
1) Open Access
2) Hit <Alt>+<F11> to open the IDE
3) Hit <F2> to open the Object Browser
The Object Browser shows all your referenced libraries, and all the objects they contain, and all the members of all the objects.
 
also try searching on other keywords such as 'parameters' and 'properties'

With regards a textbox on a form or report, click on the properties icon on the ribbon to show the properties, or right click on the control itself and select properties. This will show most of the properties associated with the control
 
Actually, the keyword is Members. When you have an object you can find a list of all its properties, methods and events using the word members.

So, for a textbox, google

Access textbox members
 

Users who are viewing this thread

Back
Top Bottom