Combo ?

G

golfinray

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
 
L

LauraJane

You're saying you only want ONE choice to appear in the drop-down? You can't
delete scroll-bars in lists (I'm pretty sure you can't). If you just have one
value, I'd make that one value my default value and forget the list box...
 
J

John W. Vinson

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

Why are you using a combo box at all, if it's only got one value and you're
not going to select it? Could you perhaps use a Textbox bound to a DLookUp?
 
F

fredg

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top