Re: Combobox help
- From: "Ken Snell [MVP]" <kthsneisllis9@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Jun 2005 18:46:40 -0400
If you just want to use text for what you show, you can set the Row Source
Type to a Value List, then put text strings (separated by semicolons) as the
values to show.
Are you wanting to show the exact strings that you posted? What will you do
with the value that the user selects in the combo box?
--
Ken Snell
<MS ACCESS MVP>
"Sue Compelling" <SueCompelling@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4EEBD0ED-2289-48D5-9A6A-C52711058801@xxxxxxxxxxxxxxxx
> Hi Ken - I want ALL THREE options to display in the combobox as THREE
> separate lines, and then I want the user to select ONE of the three
> options .
> [The options are for 'declaring' WHO donated funds. ie - was it the
> couple
> [parents], or as individuals [in the case of separated parents]. This is
> a
> student fundraising db.
> --
> Sue Compelling
>
>
> "Ken Snell [MVP]" wrote:
>
>> It's not clear what you want here. Do you want all three options to show
>> as
>> values in each row? Or do you want to show the three "options" exactly as
>> you've posted (which I admit would not seem to make sense)? Or do you
>> want
>> the ability to let the user select which option to show? Or do you want a
>> single value to show that will not have "blank or extra spaces" if a
>> value
>> doesn't exist in one or more of the fields?
>>
>> --
>>
>> Ken Snell
>> <MS ACCESS MVP>
>>
>> "Sue Compelling" <SueCompelling@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
>> message
>> news:5290B019-BF6C-416B-A634-E854D4904397@xxxxxxxxxxxxxxxx
>> > Hi - really stuck on this one - a newbie and can 'do code' if
>> > everything
>> > is
>> > supplied.
>> >
>> > I want the following THREE options to be available from the combobox
>> > [and
>> > am
>> > assuming that it can be done]
>> >
>> > CG1FirstName & " " & CG1LastName & " & " & CG2FirstName & " " &
>> > CG2LastName
>> >
>> > or
>> >
>> > CG1FirstName & " " & CG1LastName
>> >
>> > or
>> >
>> > CG2FirstName & " " & CG2LastName
>> >
>> > TIA
>> > --
>> > Sue Compelling
>>
>>
>>
.
- Follow-Ups:
- Re: Combobox help
- From: Sue Compelling
- Re: Combobox help
- References:
- Combobox help
- From: Sue Compelling
- Re: Combobox help
- From: Ken Snell [MVP]
- Re: Combobox help
- From: Sue Compelling
- Combobox help
- Prev by Date: RE: Changing date to long name
- Next by Date: Re: Interogative form
- Previous by thread: Re: Combobox help
- Next by thread: Re: Combobox help
- Index(es):
Relevant Pages
|