A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access 2007 form multichoice lookup field



 
 
Thread Tools Display Modes
  #1  
Old January 5th, 2009, 11:39 PM posted to microsoft.public.access.forms
Tsilva1943
external usenet poster
 
Posts: 2
Default Access 2007 form multichoice lookup field

I created a form in Access 2007. I inserted a new field I created with
multivalue lookup properties. Looks up values from a single column. Works
fine outside the form in the table but I cannot change or edit within the
form. Checked field properties look okay.
  #2  
Old January 6th, 2009, 12:00 AM posted to microsoft.public.access.forms
Pete D.[_3_]
external usenet poster
 
Posts: 488
Default Access 2007 form multichoice lookup field

Use a lookup table for values you want to change and a lookup list for those
that don't change. Table definition look ups although possible are usually
not a good idea. Bring it up to the form level and use tables if it could
change and values if they are very stagnant.


"Tsilva1943" wrote in message
...
I created a form in Access 2007. I inserted a new field I created with
multivalue lookup properties. Looks up values from a single column.
Works
fine outside the form in the table but I cannot change or edit within the
form. Checked field properties look okay.



  #3  
Old January 6th, 2009, 12:03 AM posted to microsoft.public.access.forms
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Access 2007 form multichoice lookup field

You've managed to uncover what many consider the two most user-unfriendly
"features" in the current version of Access. The lookup data type in tables
came out earlier and stayed in Access 2007. It is particularly confusing
and, in most cases, really shouldn't be used. In its place, plan to use a
combobox in a form to look up values.

The other is the multi-value field. This violates one of the basic
principles of database design, in that it (appears) to hold more than one
value in a field. As you've found, it makes working with the data quite
difficult. You can accomplish the same thing that the multi-value field is
intended to do by creating a related "child" table and putting the multiple
values in that table, one per record.

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Tsilva1943" wrote in message
...
I created a form in Access 2007. I inserted a new field I created with
multivalue lookup properties. Looks up values from a single column.
Works
fine outside the form in the table but I cannot change or edit within the
form. Checked field properties look okay.



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:20 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.