Clearing A ComboBox

Brian Robertson

Registered User.
Local time
Today, 22:04
Joined
Feb 27, 2002
Messages
15
I'm checking the input to a ComboBox within a form for validity and if not valid I want to clear the box and flash up a message. What code do I use to clear the input box ?
 
Hi

Set the Limit to list property of the ComboBox to Yes then people can only select from the valid list.

Col
 
Thanks, I can do that, couldn't see the wood for trees.
 

Users who are viewing this thread

Back
Top Bottom