Re: how to store listbox (multiple) values?
From: AniG (agarboyan_at_famictech.com)
Date: 03/24/04
- Next message: Don: "Re: How to do this?..HELP!"
- Previous message: Rudy W.: "Transparant icons"
- In reply to: Gerald Stanley: "Re: how to store listbox (multiple) values?"
- Next in thread: Rick Brandt: "Re: how to store listbox (multiple) values?"
- Reply: Rick Brandt: "Re: how to store listbox (multiple) values?"
- Reply: Gerald Stanley: "Re: how to store listbox (multiple) values?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 07:32:26 -0800
Yes, but a client may have MULTIPLE serial numbers. And I
want to be able to view those serial numbers in the
customer form and be able to select and de-select the
serial numbers for each customer.
I am having difficulties in inserting the multiple values
into the tbl-customerSerial table.
Is there another way to do it ?
Thanks again.
>-----Original Message-----
>Instead of placing a multi-select listbox on the Customer
>Form, create a new form CustomerSerial whose controlSource
>is tbl-customerSerial with a ComboBox whose RowSource is
>the serial-description, serial-id and whose BoundCoulmn
is 2.
>Then incorporate the CustomerSerial form on the Customer
>Form as a subForm with the customerId as the link between
>the two.
>
>Hope This Helps
>Gerald Stanley MCSD
>>-----Original Message-----
>>Hi.
>>I have 3 tables.
>>1- tbl-customer contains(customer-id, customer-name)
>>2- tbl-serials contains(serial-id, serial-description)
>>3- tbl-customerSerial contains(Customer-id,serial-id)
>>
>>I have created a form that contains the customer info,
and
>>I would like to add a listbox that outputs all the
>>available (predefined values) serial descriptions for
that
>>particular customer. now, a customer can have multiple
>>serial numbers. I would like to store the values chosen
in
>>the listbox in the tbl-customerSerial table.
>>
>>I have searched online for references about this but
>>unfortunatly couldn't find anything .
>>
>>Does anyone know how is this possible?
>>I appreciate all the help.
>>Thank you in advance.
>>
>>.
>>
>.
>
- Next message: Don: "Re: How to do this?..HELP!"
- Previous message: Rudy W.: "Transparant icons"
- In reply to: Gerald Stanley: "Re: how to store listbox (multiple) values?"
- Next in thread: Rick Brandt: "Re: how to store listbox (multiple) values?"
- Reply: Rick Brandt: "Re: how to store listbox (multiple) values?"
- Reply: Gerald Stanley: "Re: how to store listbox (multiple) values?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|