Hi,
I've tried to iput my tables and fields into that query to get it to work however im struggling,
The first part i think ive got ok is;
SELECT public_salesdetail.happened, [fname] & " " & [lname] AS employee, public_employee.id
FROM public_employee INNER JOIN public_salesdetail ON...