Heeeeeeelllllllllllllpppppp!!!

S

stapleton2308

I've just learned how to do combo box's - but what i want to be able to
do is once ive put in the 1st few letters (auto complete will then kick
in), once i've selected the one i want, i want to be able to press the
tab button so it will move onto the next cell, is this possible?????
Also, for example, if i was to enter info into the box which wasn't in
there, is it possible for a box to pop up to say 'not listed' or
something, rather than leaving the wrong info in there?

Help would be much appreciated
 
N

Norman Jones

Hi Stapleton,

Try using a ComboBox from the Controls toolbox.

Set the combo's MatchEntry property to fmMatchEntryFirstLetter and set the
ListFillRange to the address of the list. Set The MatchRequied property to
True.


---
Regards,
Norman


"stapleton2308" <[email protected]>
wrote in message
news:[email protected]...
 
Top