473,394 Members | 1,870 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,394 software developers and data experts.

Combo Boxes - ID # entering into Table And not Text

I have several combo boxes on a Access form and they work fine except
then enter the ID number next to the text into the table and not the
text. The Text shows up in the drop down and not hte ID. How do I get
the combo box to enter what text I have into the table and not the
associated ID #?

David

May 24 '06 #1
4 1548
<da***********@mail.va.gov> wrote in message
news:11**********************@j55g2000cwa.googlegr oups.com...
I have several combo boxes on a Access form and they work fine except
then enter the ID number next to the text into the table and not the
text. The Text shows up in the drop down and not hte ID. How do I get
the combo box to enter what text I have into the table and not the
associated ID #?


Change the bound column to "2" - but why would you want to make this change?
It's a perfectly sensible way to store data and to change it might cause
unwanted file size bloat and would render your ID redundant. You could
always just make the ID column width 0 so that you never see it.

Regards,
Keith.
www.keithwilby.com
May 24 '06 #2
Well I need to export some of the data to excel in the future, and the
numbers won't mean much to the person I am giving the data too.

Thanks, I new it was something easy. - David

May 24 '06 #3
Keep your data normalized, which it seems to be if you're storing an ID that
points to a row in a "lookup" table. That's the right way to do things.

Use a query for the export. Join your data table to the "lookup" tables and
export data from the query. You don't have to include the ID columns in the
query. Just link to a referenced table, pull the text field from it down to
the query design grid, and export the text.

<da***********@mail.va.gov> wrote in message
news:11*********************@j33g2000cwa.googlegro ups.com...
Well I need to export some of the data to excel in the future, and the
numbers won't mean much to the person I am giving the data too.

Thanks, I new it was something easy. - David

May 24 '06 #4
Great That make perfect. I see what you are talking about now. Thanks -
David

May 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Robert Neville | last post by:
The solution to my dilemma seems straight-forward, yet my mind has not been forthcoming with a direct route. My Project form has a tab control with multiple sub-forms; these distinct sub-forms...
4
by: Miguel | last post by:
I have an order entry database with two forms. One is for new orders the other is to update orders. The forms are identical except that one is strictly order entry. On both forms are three sets of...
7
by: Ausclad | last post by:
Ok, ill try again..... It seems fairly simple. I have two combo boxes in a datagrid. The datagrid is bound to a a table in a dataset. The two combo boxes are bound to a single data table...
4
Rabbit
by: Rabbit | last post by:
Cascading Combo/List Boxes This tutorial is to guide you in the creation of Cascading combo/list boxes. That is when you have multiple combo/list boxes where the selection of an option in one...
11
by: martin DH | last post by:
I have an Access database of employees. Each employee has a unique identification number called "BANNER_ID". Each employee's last name and first name are in the database but are not unique...
6
by: Dave | last post by:
I want to put the information that the user selects in my combo boxes into a subform that lies on the same form as the combo boxes. Thanks for your help already, Dave
6
by: dougmeece | last post by:
Hello, I have a form that I would like to auto-populate text boxes in based on the selection made from a combo box. I have set the form record source to a table "SubmittedTo" which contains 3...
4
by: User | last post by:
Hi people, Excuse if my question is silly, but... i have 2 combo boxes in my project they are binded to fields from same table... one is binded do Code field and another to Description field...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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...

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.