Hi Rob,
See this link: http://blogs.msdn.com/acce
(has a free sample demo mdb that you can download)
The tip is read from the control's Tag property when a control with a tip gets the focus, and the tip is hidden when the control loses the focus. Clicking on the tip while it is displayed hides the tip. A Tip's heading and text are separated by a "~" delimiter in the string assigned to a control's Tag property. The string is parsed by a generic public function in a module, called by another generic function behind the form.
Main Topics
Browse All Topics





by: DatabaseMXPosted on 2009-10-28 at 13:57:10ID: 25688258
Check this out:
tip.htm
http://www.lebans.com/tool
mx