D
dspent
I have a table that is linked to another for the purpose of providing lookup
data...
EXAMPLE:
tbl 1 has fields like
callid
date
time
problem
type
et.....
It is the type field that is set to lookup it's data from tbl 2 In table 2
there are 2 fields the typeid and type
The lookup works fine. When I am entering data into tbl 1 as soon as the
focus is on the type field I get a drop down menu that displays the list of
types....the problem is that when I select the type I want what shows up in
the field is the type ID and not the actual type...
So in that colum instead of CONFIGURATION I will get 2003 which the ID
number for that call type.
How can I get access to show the desired instead of the ID?
How this makes sense if not please email me at (e-mail address removed)
Thanks,,,
data...
EXAMPLE:
tbl 1 has fields like
callid
date
time
problem
type
et.....
It is the type field that is set to lookup it's data from tbl 2 In table 2
there are 2 fields the typeid and type
The lookup works fine. When I am entering data into tbl 1 as soon as the
focus is on the type field I get a drop down menu that displays the list of
types....the problem is that when I select the type I want what shows up in
the field is the type ID and not the actual type...
So in that colum instead of CONFIGURATION I will get 2003 which the ID
number for that call type.
How can I get access to show the desired instead of the ID?
How this makes sense if not please email me at (e-mail address removed)
Thanks,,,