Re: Multi-Select list box on a Data Entry Form
- From: "Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Tue, 8 May 2007 17:11:50 -0400
It's possible (through the use of VBA code, since you cannot bind a field to
a multi-select list box), but it's a very bad idea, as it will be very
difficult to write queries to retrieve the information from that field.
You're far better off properly normalizing your tables, so that you've got a
parent table with the bulk of the information, linked to a child table with
one row for each selected option.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Brandon" <Brandon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C8ED5FB7-B039-4DF8-A821-9BF7F14CB74C@xxxxxxxxxxxxxxxx
Hello,
I am wanting to place a multi-select list box on my data entry form that
allows users to select multiple options and those options will get added
into
a record with comma delimited. Is this possible? If so, how should I go
about
doing it.
I tried to create a multi-select box with the various options to choose
from, but when I choose the items it does not enter them in the table as a
record. Any assistance would be appreciated.
Thanks,
Brandon
.
- Prev by Date: summing in a form..
- Next by Date: RE: Converting a fraction to decimal
- Previous by thread: summing in a form..
- Next by thread: Re: Multi-Select list box on a Data Entry Form
- Index(es):
Relevant Pages
|
Loading