Hi, I'm new to this, so I know it is probably very easy for you!
I have an Access form with a combo box: cmbEmpID
I want to take the select empID and use it in a query against table tblRecords.
essentially, Select * from tblRecords Where empID = cmbEmpID;
I want that record set returned into a report.
How do I do this?
I have an Access form with a combo box: cmbEmpID
I want to take the select empID and use it in a query against table tblRecords.
essentially, Select * from tblRecords Where empID = cmbEmpID;
I want that record set returned into a report.
How do I do this?