Lookup Columns

  • Thread starter Thread starter Emma
  • Start date Start date
E

Emma

Hi I'm trying to create a drop down where the user can select more then one
option. Right now I have a column called Status in my main table I created a
lookup column called Status Lookup which pulls the information from a table
called status which holds things like active inactive etc.. So now I've put
the status lookup field in the form and there's no checkbox list it's just a
normal drop down. Does anyone know how to get the checkboxes or even the
Allow Multivalue to come up?
 
Yes it's 2007

Graham Mandeno said:
Hi Emma

Is this Access 2007 or an earlier version?

--

Graham Mandeno [Access MVP]
Auckland, New Zealand

Emma said:
Hi I'm trying to create a drop down where the user can select more then
one
option. Right now I have a column called Status in my main table I created
a
lookup column called Status Lookup which pulls the information from a
table
called status which holds things like active inactive etc.. So now I've
put
the status lookup field in the form and there's no checkbox list it's just
a
normal drop down. Does anyone know how to get the checkboxes or even the
Allow Multivalue to come up?
 
Hi Emma

Unfortunately, if you want to use that very nice multi-select combo box in
Access 2007, you need to set up a multi-valued lookup field in your table.
I don't use these myself, as I firmly believe they are the work of the
devil, and they contravene some of the most basic rules and principles of
database design.

However, if you want to use them, I suggest you search the online help for
"multivalued" and then follow the links to "Add or change a lookup column
that lets you store multiple values" and "Use a list that stores multiple
values".

--
Good Luck :-)

Graham Mandeno [Access MVP]
Auckland, New Zealand

Emma said:
Yes it's 2007

Graham Mandeno said:
Hi Emma

Is this Access 2007 or an earlier version?

--

Graham Mandeno [Access MVP]
Auckland, New Zealand

Emma said:
Hi I'm trying to create a drop down where the user can select more then
one
option. Right now I have a column called Status in my main table I
created
a
lookup column called Status Lookup which pulls the information from a
table
called status which holds things like active inactive etc.. So now I've
put
the status lookup field in the form and there's no checkbox list it's
just
a
normal drop down. Does anyone know how to get the checkboxes or even
the
Allow Multivalue to come up?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top