Combo box and table question

  • Thread starter Thread starter Kat
  • Start date Start date
K

Kat

Hi!

I have a combo box on a form where you can select a
problem from a list of five different problems. The
problem discription shows on the form which is want I
want. When I look at the table, the corresponding ID #
shows and not the description. How can I get both the ID #
and the description of the problem to appear in the table?

Any help would be greatly appreciated!

Kat
 
Hi Kat,

Why do you want it in the table? Since your users shouldn't be looking
directly at the table anyway, you use queries to join the table with the
related table and include the description column from the related table.
This is a properly normalized scenario.
 
Thanks for your help Sandra!
It makes sense when I hear it that way!
Kat
-----Original Message-----
Hi Kat,

Why do you want it in the table? Since your users shouldn't be looking
directly at the table anyway, you use queries to join the table with the
related table and include the description column from the related table.
This is a properly normalized scenario.

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.

Hi!

I have a combo box on a form where you can select a
problem from a list of five different problems. The
problem discription shows on the form which is want I
want. When I look at the table, the corresponding ID #
shows and not the description. How can I get both the ID #
and the description of the problem to appear in the table?

Any help would be greatly appreciated!

Kat


.
 
Glad to hear it!

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.


Thanks for your help Sandra!
It makes sense when I hear it that way!
Kat
-----Original Message-----
Hi Kat,

Why do you want it in the table? Since your users shouldn't be
looking directly at the table anyway, you use queries to join the
table with the related table and include the description column from
the related table. This is a properly normalized scenario.

--
Sandra Daigle [Microsoft Access MVP]
Please post all replies to the newsgroup.

Hi!

I have a combo box on a form where you can select a
problem from a list of five different problems. The
problem discription shows on the form which is want I
want. When I look at the table, the corresponding ID #
shows and not the description. How can I get both the ID #
and the description of the problem to appear in the table?

Any help would be greatly appreciated!

Kat


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

combo box filter 1
History Table and combo boxes 3
Dsiplay a combo box 1
Blank combo or list box 1
Combo Box Question 4
Combo Box allows blanks 2
Combo Box Historical Infomation 3
Cascading Dependant combo boxes 0

Back
Top