Is it possible to have a text box appear when you roll your mouse over a
specific area of a form?For example: if I wanted to give a brief
description of a radio button group, the user would place their mouse
cursor over the radio button group and a text box would appear with the
brief description. The text box would disappear when the cursor is moved
away.I don't want it to appear on screen all the time nor do I want it
to appear when printed... only when the user places their cursor over
it.Tha...