Don,
An easy way would be to make the instructions the default value for the text control.
It would display on a new record, but could be overwritten by the user with a "real"
value.
Be aware that bound numeric and date/time fields will not allow that method.
Better to use the StatusBar for individual field instructions...
Or small external labels that display when the field is entered, and disappear when
exiting the field.
Or, another method is to simulate a status bar some where on the form, say a label
called FieldHelp.
Using the OnEnter event of a control...
Me.FieldHelp.Caption = "Enter Company Name"
OnExit...
Me.FieldHelp.Caption = ""
However, this really should only be used when the contents of a field "really" need
instructions.
Good labeling should handle most situations.
A control like this...
CompanyName: _________
Or
Enter Company Name: ___________
should not need any instructions at all.
--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."