PC Review


Reply
Thread Tools Rate Thread

Allowing both multiple values and list edits in Lookup field

 
 
Jess
Guest
Posts: n/a
 
      12th Feb 2010
In Access 2007 I am trying to make a table column utilize a combo box that
allows both multiple values and list edits. However, when I set it to allow
both features, it doesn't let me make any edits to the list in the table; the
multiple values aspect works just fine. When I don't allow multiple values, I
can edit it to my heart's content.

Anyone know a way around this problem? I know that I'm doing it right (all
you have to do is select "Yes"!) but it's jut not allowing me to have both
allowances as it should.
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      12th Feb 2010
Jess

If you are saying that you are attempting to do this while working directly
in the table, STOP NOW!

The "lookup" data type in Access tables is held in general low regard if you
scan through this newsgroup.

Access tables are, for practical purposes, "buckets o' data". They may look
like a spreadsheet, but they are not...

Access forms are quite useful for displaying (add/edit/...) data. Using a
combobox control in a form is the way to handle looking up.

And if you are using a value list instead of a table to hold those "might be
looked up" values, consider shifting over to a table (call it a lookup
table). That way, you aren't burying the list of valid values somewhere
deep inside a control, inside a form.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Jess" <(E-Mail Removed)> wrote in message
news:9E1E5479-1A30-4B47-9EB5-(E-Mail Removed)...
> In Access 2007 I am trying to make a table column utilize a combo box that
> allows both multiple values and list edits. However, when I set it to
> allow
> both features, it doesn't let me make any edits to the list in the table;
> the
> multiple values aspect works just fine. When I don't allow multiple
> values, I
> can edit it to my heart's content.
>
> Anyone know a way around this problem? I know that I'm doing it right (all
> you have to do is select "Yes"!) but it's jut not allowing me to have both
> allowances as it should.



 
Reply With Quote
 
Jess
Guest
Posts: n/a
 
      12th Feb 2010
I have noticed a general dislike of using lookup in tables, but I hadn't
really been clear on the distinction between tables and forms. I haven't even
tried getting that technical with the form, so I will try that now! I'm a
beginner in Access, so I'm not yet very familiar with it.

Thank you for your clarification that using lookups in tables and in forms
are two completely separate issues, and for pointing out that tables are NOT
spreadsheets, as I have been treating them.

Jess

"Jeff Boyce" wrote:

> Jess
>
> If you are saying that you are attempting to do this while working directly
> in the table, STOP NOW!
>
> The "lookup" data type in Access tables is held in general low regard if you
> scan through this newsgroup.
>
> Access tables are, for practical purposes, "buckets o' data". They may look
> like a spreadsheet, but they are not...
>
> Access forms are quite useful for displaying (add/edit/...) data. Using a
> combobox control in a form is the way to handle looking up.
>
> And if you are using a value list instead of a table to hold those "might be
> looked up" values, consider shifting over to a table (call it a lookup
> table). That way, you aren't burying the list of valid values somewhere
> deep inside a control, inside a form.
>
> Good luck!
>
> Regards
>
> Jeff Boyce
> Microsoft Access MVP
>
> --
> Disclaimer: This author may have received products and services mentioned
> in this post. Mention and/or description of a product or service herein
> does not constitute endorsement thereof.
>
> Any code or pseudocode included in this post is offered "as is", with no
> guarantee as to suitability.
>
> You can thank the FTC of the USA for making this disclaimer
> possible/necessary.
>
> "Jess" <(E-Mail Removed)> wrote in message
> news:9E1E5479-1A30-4B47-9EB5-(E-Mail Removed)...
> > In Access 2007 I am trying to make a table column utilize a combo box that
> > allows both multiple values and list edits. However, when I set it to
> > allow
> > both features, it doesn't let me make any edits to the list in the table;
> > the
> > multiple values aspect works just fine. When I don't allow multiple
> > values, I
> > can edit it to my heart's content.
> >
> > Anyone know a way around this problem? I know that I'm doing it right (all
> > you have to do is select "Yes"!) but it's jut not allowing me to have both
> > allowances as it should.

>
>
> .
>

 
Reply With Quote
 
Jeff Boyce
Guest
Posts: n/a
 
      12th Feb 2010
So many folks find their way to Access from Excel. I generally advise them
that they are at a disadvantage when it comes to learning Access, for just
that reason <g>.

Good luck!

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Jess" <(E-Mail Removed)> wrote in message
news:F3CE9194-1047-4232-8C20-(E-Mail Removed)...
>I have noticed a general dislike of using lookup in tables, but I hadn't
> really been clear on the distinction between tables and forms. I haven't
> even
> tried getting that technical with the form, so I will try that now! I'm a
> beginner in Access, so I'm not yet very familiar with it.
>
> Thank you for your clarification that using lookups in tables and in forms
> are two completely separate issues, and for pointing out that tables are
> NOT
> spreadsheets, as I have been treating them.
>
> Jess
>
> "Jeff Boyce" wrote:
>
>> Jess
>>
>> If you are saying that you are attempting to do this while working
>> directly
>> in the table, STOP NOW!
>>
>> The "lookup" data type in Access tables is held in general low regard if
>> you
>> scan through this newsgroup.
>>
>> Access tables are, for practical purposes, "buckets o' data". They may
>> look
>> like a spreadsheet, but they are not...
>>
>> Access forms are quite useful for displaying (add/edit/...) data. Using
>> a
>> combobox control in a form is the way to handle looking up.
>>
>> And if you are using a value list instead of a table to hold those "might
>> be
>> looked up" values, consider shifting over to a table (call it a lookup
>> table). That way, you aren't burying the list of valid values somewhere
>> deep inside a control, inside a form.
>>
>> Good luck!
>>
>> Regards
>>
>> Jeff Boyce
>> Microsoft Access MVP
>>
>> --
>> Disclaimer: This author may have received products and services mentioned
>> in this post. Mention and/or description of a product or service herein
>> does not constitute endorsement thereof.
>>
>> Any code or pseudocode included in this post is offered "as is", with no
>> guarantee as to suitability.
>>
>> You can thank the FTC of the USA for making this disclaimer
>> possible/necessary.
>>
>> "Jess" <(E-Mail Removed)> wrote in message
>> news:9E1E5479-1A30-4B47-9EB5-(E-Mail Removed)...
>> > In Access 2007 I am trying to make a table column utilize a combo box
>> > that
>> > allows both multiple values and list edits. However, when I set it to
>> > allow
>> > both features, it doesn't let me make any edits to the list in the
>> > table;
>> > the
>> > multiple values aspect works just fine. When I don't allow multiple
>> > values, I
>> > can edit it to my heart's content.
>> >
>> > Anyone know a way around this problem? I know that I'm doing it right
>> > (all
>> > you have to do is select "Yes"!) but it's jut not allowing me to have
>> > both
>> > allowances as it should.

>>
>>
>> .
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Allowing a table field to have multiple values exbelgieswig Microsoft Access 2 14th Jul 2008 05:04 PM
How to select multiple values for a lookup field in Access? Sherri Microsoft Access 1 26th Jun 2008 06:06 PM
2 Questions on Default Values and Multiple Field Lookup Robert T Microsoft Access Form Coding 6 22nd May 2008 02:24 PM
Returning multiple corresponding values using lookup in a list =?Utf-8?B?V2s=?= Microsoft Excel Misc 2 25th Jan 2006 10:56 PM
How do I enter (lookup) multiple values in a look-up field (MDB)? =?Utf-8?B?b2NlYW4=?= Microsoft Access 3 11th Jul 2005 01:53 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:15 AM.