N NEEDHELP123 Registered User. Local time Yesterday, 19:37 Joined Jun 5, 2006 Messages 23 Jun 23, 2006 #1 Does anyone know how to create a pop up message when you click on a combo box in form?
selenau837 Can still see y'all...... Local time Yesterday, 19:37 Joined Aug 26, 2005 Messages 2,211 Jun 23, 2006 #2 NEEDHELP123 said: Does anyone know how to create a pop up message when you click on a combo box in form? Click to expand... What kind of pop up message? A tool tip or an actual message box. If you want an actual message box, place a sub routine on the click event of that combo box. exp. msgbox("Put message here") I guess that is what you are looking for.
NEEDHELP123 said: Does anyone know how to create a pop up message when you click on a combo box in form? Click to expand... What kind of pop up message? A tool tip or an actual message box. If you want an actual message box, place a sub routine on the click event of that combo box. exp. msgbox("Put message here") I guess that is what you are looking for.
ghudson Registered User. Local time Yesterday, 19:37 Joined Jun 8, 2002 Messages 6,194 Jun 23, 2006 #3 NEEDHELP123 said: Does anyone know how to create a pop up message when you click on a combo box in form? Click to expand... Why are you trying to annoy your users? Have a label displayed when the combo box has the focus if you need to notify the user with some important tip. Better than a tool tip if the info is really important.
NEEDHELP123 said: Does anyone know how to create a pop up message when you click on a combo box in form? Click to expand... Why are you trying to annoy your users? Have a label displayed when the combo box has the focus if you need to notify the user with some important tip. Better than a tool tip if the info is really important.