G
graycam
Hi:
How do I NOT have a form display an ID #, but rather show it's actual
value.
For example, if I have two tables:
tblPeople
peopleID
Name
colorID
tblColor
colorID
colorName
colorID in people table is a foreign key to primary key in color table.
Rather than show that Joe's fav color is 1 and Mary's is 2, I want it
to lookup that Joe's fav color is Blue (which is colorID 1 in the color
table) and Mary's fav color is red.
Whenever I try this in a form, it just shows up that Joe's fav color is
1 and Mary's is 2.
What's wrong? How do I get the form to lookup & display that colorID 1
= blue and 2 = red?
Thanks.
Cam
How do I NOT have a form display an ID #, but rather show it's actual
value.
For example, if I have two tables:
tblPeople
peopleID
Name
colorID
tblColor
colorID
colorName
colorID in people table is a foreign key to primary key in color table.
Rather than show that Joe's fav color is 1 and Mary's is 2, I want it
to lookup that Joe's fav color is Blue (which is colorID 1 in the color
table) and Mary's fav color is red.
Whenever I try this in a form, it just shows up that Joe's fav color is
1 and Mary's is 2.
What's wrong? How do I get the form to lookup & display that colorID 1
= blue and 2 = red?
Thanks.
Cam