Hi,
Could someone please help me with formatting a text box?
I have a table with JobID as the primary key. JobNumber and JobDescription are both fields in that table.
I then have a combo box in a form. When selecting a JobNumber from the combobox, the JobID is stored in a different table by a recordset. I would then like a text box to read the selected JobID from the combobox, then display the corrseponding JobDescription.
The furthest I can get it for the text box to display the JobID that was selected.
Can I display the JobDescription based on that JobID?
Thanks,
pmkieffe
Could someone please help me with formatting a text box?
I have a table with JobID as the primary key. JobNumber and JobDescription are both fields in that table.
I then have a combo box in a form. When selecting a JobNumber from the combobox, the JobID is stored in a different table by a recordset. I would then like a text box to read the selected JobID from the combobox, then display the corrseponding JobDescription.
The furthest I can get it for the text box to display the JobID that was selected.
Can I display the JobDescription based on that JobID?
Thanks,
pmkieffe