Display message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When user enters a field I would like to display
a message on the last row of the form like
what should be the format in which data should be
entered in the field. How can do so?

For example, if user enters the Prod No. field
on the form at the bottom of the page it should display
the correct format is XX-1234

Thank you,
-M
 
While in design-view, you can set the "status bar text" for any control on
your fomr. When the user enters that field, the text you specified will
display in the status bar at the bottom of your screen.
 
Back
Top