ComboBox drop list when clicked on???????????

T

Tdp

Its working fine. I only want to stop users from typing in the box, I want
only to be able to use the dropdown list.
 
J

John C

I think if you go into the properties of the combo box, and change the style to
2 - fmStyleDropDownList
it will accomplish your objective.
 
Top