nycbigapple
Technical User
Hi, I have an unbound form that has a continuous subform.
When I select a record from the subform, I want it to open the form for that selected record.
I have tried various of combinations and stuck on this thank you.
When I select a record from the subform, I want it to open the form for that selected record.
Code:
stDocName = "frmEmployeeRecordsIndividual"
stLinkCriteria = "[EmployeeID]=" & Forms![frmEmployeeRecords]![sfrmEmployeelist].Form![EmployeeID]
I have tried various of combinations and stuck on this thank you.