Christine Pearc
Christine
- Local time
- Today, 06:25
- Joined
- May 13, 2004
- Messages
- 111
Could someone tell me the syntax for getting the value of column 2 from a combo box into a text field on a form?
My main table for storing date has a field called StatusID, which gets its value from tblStatus (SELECT tblStatus.StatusID, tblStatus.Status FROM tblStatus
. The StatusID is stored in tblCARs.
tblStatus has fields StatusID and Status (text description)
On the form, I simply want to get the Status (text description) for the StatusID stored in tblCARs - in a plain text control.
Should be easy, but I can't work it out!
Thank you,
Christine
My main table for storing date has a field called StatusID, which gets its value from tblStatus (SELECT tblStatus.StatusID, tblStatus.Status FROM tblStatus
tblStatus has fields StatusID and Status (text description)
On the form, I simply want to get the Status (text description) for the StatusID stored in tblCARs - in a plain text control.
Should be easy, but I can't work it out!
Thank you,
Christine