Hi,
SQL VBA form question.
example of the problem.
If I have two tables, table one tblnames with fields FirstName, Lastname, Dept in it.
table two tblProject, with a combo box cboLastName, which is linked to tblnames, so you can see all the fields of tblnames in the drop down.
How do I populate text boxes in a form frmProject (data from tblProject), with the FirstName and Dept, depending on what LastName the combo box says?
thanks
Allen
SQL VBA form question.
example of the problem.
If I have two tables, table one tblnames with fields FirstName, Lastname, Dept in it.
table two tblProject, with a combo box cboLastName, which is linked to tblnames, so you can see all the fields of tblnames in the drop down.
How do I populate text boxes in a form frmProject (data from tblProject), with the FirstName and Dept, depending on what LastName the combo box says?
thanks
Allen