I have a form where there are 3 different functions by Employees, their names to be recorded.
OK so the tblActivity has 3 different FKs all to IDEmployee and so on the relationships the 2nd and 3rd FKs produce tblEmployee_1 and tblEmployee_2. All good so far. And on the form all is also good.
When it comes to the report and I want to display the 3 employees . So I'm thinking my query has all of tblActivity then I add tblEmployee 3 times then I'm sort of stuck. I could choose the fields from each table - but
I want to concantenate ExprNameBuilder: [Surname] & ", " & [NameFirst] for each of them but so far no go
Any ideas please