Re: Listbox2 with items from listbox1
From: Jean-Guy Marcil (no-spam_at_leaveme.alone)
Date: 01/18/05
- Next message: Moretakitty: "Re: Listbox2 with items from listbox1"
- Previous message: Steve Finlayson: "Re: How do I add text and form field2 if value is selected from dropdown field1?"
- In reply to: Moretakitty: "Re: Listbox2 with items from listbox1"
- Next in thread: Moretakitty: "Re: Listbox2 with items from listbox1"
- Reply: Moretakitty: "Re: Listbox2 with items from listbox1"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 Jan 2005 14:43:06 -0500
Moretakitty was telling us:
Moretakitty nous racontait que :
>> So why not just fill the second list when you create the form? Why do
> you need to fill the second with the exact same content ...
>
> The user would only need to chose some of the items from the first
> box, not all of them.
>
This is still confusing, or I need a vacation!
It seems you are building a protected on-line form.
There are no listboxes on the form toolbar, just dropdown boxes (Dropdown
boxes - or ComboBoxes - do not allow multiple selections, but listboxes do).
Because you have more than 25 items, you have to go the VBA way, and then it
is possible that your form dropdown be linked to a VBA listbox instead of
the usual combobox.
I guess you used the procedure outlined at: KB 198561
http://support.microsoft.com/default.aspx?scid=kb;en-us;198561&Product=ofw
Even if the user selects more than one item in the listbox that appears when
he selects the dropdown on the document page, when the user gets back to the
page, the dropdown will display only one item. If we disregard that and
populate a second VBA listbox with the selected items from the first one,
still, the Word document will only display one of those in the second
dropdown...
I am sorry, but before we get involved with code, I have to understand what
you are doing otherwise I may end up leading you on the wrong path and waste
time for both of us. It may be complicated, or very simple... I have no idea
yet because I cannot see the purpose of what you are trying to do. Normally,
the task is to populate a second dropdown with a series of item based on a
selection in a first dropdown (E.g. if I selected "Fruits" in the first one,
the second one would be populated with Apple, Banana, Pear, Kiwi, Passion
fruit, etc; but if I had selected "Vegetables", then the second one would
have been populated with Peas, Bok Choi, Carrots, Asparagus, etc.). Now you
seem to be wanting to transfer items from one dropdown top another on the
fly... which is very strange to me.
-- Salut! _______________________________________ Jean-Guy Marcil - Word MVP jmarcilREMOVE@CAPSsympatico.caTHISTOO Word MVP site: http://www.word.mvps.org
- Next message: Moretakitty: "Re: Listbox2 with items from listbox1"
- Previous message: Steve Finlayson: "Re: How do I add text and form field2 if value is selected from dropdown field1?"
- In reply to: Moretakitty: "Re: Listbox2 with items from listbox1"
- Next in thread: Moretakitty: "Re: Listbox2 with items from listbox1"
- Reply: Moretakitty: "Re: Listbox2 with items from listbox1"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|