Control Properties

C

CJ

I am trying to find a good reference on the Web for all of the Properties in
a Form Control Object and what each does. Can anyone give me a good link?

Thanks!
 
A

Arvin Meyer [MVP]

Actually, the help files are the best resource. Open the property sheet and
click on and property and press the F1 button on your keyboard.
 
C

CJ

That's great, thanks! But how do I open the Property Sheet for a function?
Also, where can I find a list of the Built-In Functions used for the
Expression builder and what each does?
 
A

ascagnel

To open the properties page for a control, right-click on the control
and choose "Properties" while in Design view.
 
Top