combo box question #1

  • Thread starter Thread starter clueless2003
  • Start date Start date
C

clueless2003

Guest
In a form I'm currently working on I'm using a combo box with a rather lengthy string of columns. As I intend on the user to simply input an account # (and not use the pull down functionality), how might I be able to hide everything but that field in the combo box?
 
Set the column width property

if i had 4 columns in a combobox and I only wanted the second to be visibible I'd set it thusly:

0cm;2.54cm;0cm;0cm
 
Very cool. Thanks.
 

Users who are viewing this thread

Back
Top Bottom