From: golfinray on
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
--
Milton Purdy
ACCESS
State of Arkansas
From: LauraJane on
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...

"golfinray" wrote:

> 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
> --
> Milton Purdy
> ACCESS
> State of Arkansas
From: golfinray on
Can I change the color of the blue scrool bar where it appears invisible?
--
Milton Purdy
ACCESS
State of Arkansas


"LauraJane" wrote:

> 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...
>
> "golfinray" wrote:
>
> > 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
> > --
> > Milton Purdy
> > ACCESS
> > State of Arkansas
From: John W. Vinson on
On Thu, 25 Feb 2010 11:19:02 -0800, golfinray
<golfinray(a)discussions.microsoft.com> wrote:

>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?
--

John W. Vinson [MVP]
From: fredg on
On Thu, 25 Feb 2010 11:19:02 -0800, golfinray wrote:

> 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.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail