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  dBforums > PC based Database Applications > Microsoft Access > Table displaying number from combo box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-26-12, 06:38
conquer conquer is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
Unhappy Table displaying number from combo box

Hi

Trying to geta table to display text from combo box instead of a number?????

Here's what I have:

A table called Jobsheet in which i have various columns one column is called job Category with a bound combo box.

I have set the contents of the combobox to be populated from another seperate table called Job category (this table lists all the various categories we use)

everything works great just the job sheet table has numbers as the results of the combo box selections instead of displaying the actual text.

Advice in simple terms required.

Any help appreciated.

Cheers
Jon
Reply With Quote
  #2 (permalink)  
Old 01-26-12, 06:41
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
do you mean displaying numbers on the table or do you mean displaying on a form or report
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 01-26-12, 06:43
conquer conquer is offline
Registered User
 
Join Date: Jan 2012
Posts: 3
Sorry I mean it is displaying numbers in the table as a result of the options i select from the combo box in the form.

Cheers
Reply With Quote
  #4 (permalink)  
Old 01-26-12, 07:30
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
..which is the behaviour you'd expect and perfectly normal.
especially if you have defined a foreign key to the other table.
when it comes to display the text values then you use a query to pull the description from the other table as required. whether you do that as a single query or as a list box or whatever is up to you and what your user interface demands.

If you are ever tempted to use the inbuilt table 'lookup wizard' do your utmost to resist it causes numerous problems down the line.

I'd aslo strongly reccommend that you don't use the 'datasheet' view (so the data is presented like a spreadsheet) becuase that is a lot less flexible than using forms and oor reports
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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