Hi,
Best explained as the example. Say I have two tables tblContacts and tblServices. In the tblContacts, there are the fields lastname, firstname, address1, address2
In the tblServices there is a lookup to the field "lastname" in the tblContacts table. In a form with recordset tblServices, there is a combo box for the "lastname" field. How do I get a textbox to display the firstname based on the combo box (lastname)?
thanks
Allen
Best explained as the example. Say I have two tables tblContacts and tblServices. In the tblContacts, there are the fields lastname, firstname, address1, address2
In the tblServices there is a lookup to the field "lastname" in the tblContacts table. In a form with recordset tblServices, there is a combo box for the "lastname" field. How do I get a textbox to display the firstname based on the combo box (lastname)?
thanks
Allen