I am trying to use a combo box to set the criteria for what appears is a text box. I have 2 table one called tblEMC and one called tblDP.
tblEMC tblDP
EMCID DPID
EMCName EMCID
DPName
Directions
Address
In my form I have 2 combo boxes where combo2 is dependant on combo1. What I am trying to do is to take the data from tblDP.Address and tblDP.Directions and input them into the forms's text boxes (address and directions) based on the selection of combo2. Any help would greatly be appreciated.
Thanks
MMcKeel
tblEMC tblDP
EMCID DPID
EMCName EMCID
DPName
Directions
Address
In my form I have 2 combo boxes where combo2 is dependant on combo1. What I am trying to do is to take the data from tblDP.Address and tblDP.Directions and input them into the forms's text boxes (address and directions) based on the selection of combo2. Any help would greatly be appreciated.
Thanks
MMcKeel