I want a bound combo with only one listrow. Is there anyway to make the blue
dropdown arrow go away since I only need one? Thanks
Then why are you using a combo box?
Just use a text control. Set it's default value to whatever value you
wish. The user can then either allow the new record with the default
value or delete that value when entering a new record.
Anyway... back to that combo box. You could place a label over the
arrow. Size it the size of the arrow and set it's back color to
whatever the back color of the form is.