473,396 Members | 2,108 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Lookup Tables using same number for different descriptors

I have a table that I use for dropdown menus in my Access database. The table was NOT constructed in the LookUp Wizard. My problem is that I want three descriptors in the dropdown to display the same number in the table because they mean the same thing in another calculation I am doing.

Is this possible?

Here's an example:

Not Available = 10
Complete = 10
Not Applicable = 10

When I assign my descriptors these codes, the drop down does not work correctly - no matter which one I choose, the dropdown always displays Not Available.

Thanks!!!
Oct 25 '06 #1
4 1891
NeoPa
32,556 Expert Mod 16PB
What's the DropDown you're referring to?
Is it within the field definition of the table?
Or maybe in a form designed to use the table?
Oct 25 '06 #2
The information for the DropDown is in a seperate table - it's not stored in the field definition or the the form.


What's the DropDown you're referring to?
Is it within the field definition of the table?
Or maybe in a form designed to use the table?
Oct 25 '06 #3
NeoPa
32,556 Expert Mod 16PB
I get that the data is in a table - but where is the DropDown itself?
Not on a form, or even in a field definition, so where?
I'm confused.
Oct 25 '06 #4
MMcCarthy
14,534 Expert Mod 8TB
Your drop down is based on two fields [some value] and [some string].

You need this value for other purposes so create a new unique id field in the table as well

lookupTable
==========
ID (PK and AutoNumber)
someValue
someString

In your combo box change the following properties

Under Format tab

Column Count 3
Column Widths 0 cm; 0 cm; 3 cm

Under Data tab

Bound Column 2 (This will be the second column representing the 10)

This should now work properly. I am assuming the value of 10 is the one you want to use.
Oct 26 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: John Collyer | last post by:
Hi, In assembly language you can use a lookup table to call functions. 1. Lookup function address in table 2. Call the function Like: CALL FUNCTION
9
by: Koen | last post by:
Hi all, My application uses a lot of lookup tables. I've splitted the frontend (forms, reports, etc) from the backend (data). The database has around 10 different users. The values in the...
3
by: my-wings | last post by:
I've been reading about how evil Lookup fields in tables are, but I've got to be missing something really basic. I know this subject has been covered before, because I've just spent an hour or two...
3
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems...
1
by: Robert | last post by:
I am trying to create a db for service providers by county. I'm relatively new to db programming, but I have done quite a bit of programming ranging from the old basic days up to doing some...
3
by: Maverick | last post by:
Assume i have 2 tables stored in a single dataSet (ds) and the relationship is well added ds.Tables("product") ds.Tables("descriptors") what I want to do is show the data from 2 of the tables,...
4
by: jon f kaminsky | last post by:
Hi- I've seen this problem discussed a jillion times but I cannot seem to implement any advice that makes it work. I am porting a large project from VB6 to .NET. The issue is using the combo box...
4
by: keri | last post by:
Hi everybody, I'm very new to access so please treat me with kid gloves! (i'm hopeless with code and macros but enjoying learning). I am loving what it is capable of though, and i'm sure I...
0
by: Abedin | last post by:
Hi all, I have tables of calling rates. I have 5 tables as follows: Table Name Field Name (Data Type) Description _tblAccount AccountID (AutoNumber), AccountType, AccountDescription
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.