Fields w/i Form

A

Aurora

I am using Access 2000.

I created a form that various non-database people will use
to enter infomation into a database. I have been asked if
there is a way to add instructions to each field whenever
a person puts his pointer on a "field" - similar to the
way the menu works when you place your cursor on the menu
item. If you know how, please let me know. If this can
not be done, please let me know that also.

Aurora
 
R

Rick Brandt

Aurora said:
I am using Access 2000.

I created a form that various non-database people will use
to enter infomation into a database. I have been asked if
there is a way to add instructions to each field whenever
a person puts his pointer on a "field" - similar to the
way the menu works when you place your cursor on the menu
item. If you know how, please let me know. If this can
not be done, please let me know that also.

Use the ControlTipText property of each control. You'll find it on the
"Other" tab of the property sheet.
 
S

Sandra Daigle

Hi Aurora,

Each control has two properties that might help you - the ControlTipText and
StatusBarText.

Whatever you put into ControlTipText displays as a tooltip when the cursor
hovers over the control. The value of the StatusBarText property displays in
the Statusbar (lower right corner) when the control has the focus.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top