M
Morpheseus
I am trying to develop an inmate database to control a few things at
work. In my tblPerformance I have a lookup field that gets the inmate
name from tblInmates. I have banged around now for four hours to try
to get it to show the Inmate Lastname, his Living Unit, and his Id #.
however, when I click on the combo box, I can see all three items, but
only his ID# is displayed after I make the selection. Here is the sql
expression from from combo box:
SELECT tblInmates.CSNo, tblInmates.LastName, tblInmates.LivingUnit
FROM tblInmates ORDER BY [LastName], [LivingUnit];
How do I get the field "Inmate" from tblPerformance to display the
full three items together?
Nick.
work. In my tblPerformance I have a lookup field that gets the inmate
name from tblInmates. I have banged around now for four hours to try
to get it to show the Inmate Lastname, his Living Unit, and his Id #.
however, when I click on the combo box, I can see all three items, but
only his ID# is displayed after I make the selection. Here is the sql
expression from from combo box:
SELECT tblInmates.CSNo, tblInmates.LastName, tblInmates.LivingUnit
FROM tblInmates ORDER BY [LastName], [LivingUnit];
How do I get the field "Inmate" from tblPerformance to display the
full three items together?
Nick.