Populate a text box from a combo box selection

L

LADOCITGUY

How do I do the following? I'm not the best programmer, so please respond
using my exact field/table names, where possible.

I have a form with a RELEASEDTO combo box. The values or choices come from
TBLWORKRELEASEFACILITIES. This works fine. The Table only has 2
fields...WORK RELEASE FACILITY and PHONE NUMBER. What I need is...

When the user selects a WORK RELEASE FACILITY from the combo box, I need the
text box I have on my form called RELEASEDTOCONTACTINFO to be populated by
the PHONE NUMBER that corresponds to their selection.

How can I do this? Any suggestions?
 
Top