Hi All
I have a query that I use as the data source for a form but it isn't editable - I need it to be.
here's the query:
Please can anyone help?
Thanks
Dominic
I have a query that I use as the data source for a form but it isn't editable - I need it to be.
here's the query:
Code:
SELECT Tbl_PayrollData.Acc_Code_CC AS CC, Tbl_PayrollData.Acc_Code_AC AS SUB, Tbl_PayrollData.Employee_Id AS EMPID
FROM Tbl_SubstantiveStaffLatest RIGHT JOIN Tbl_PayrollData ON (Tbl_SubstantiveStaffLatest.EMPID = Tbl_PayrollData.Employee_Id) AND (Tbl_SubstantiveStaffLatest.SUB2 = Tbl_PayrollData.Acc_Code_AC) AND (Tbl_SubstantiveStaffLatest.CC2 = Tbl_PayrollData.Acc_Code_CC)
WHERE (((Tbl_SubstantiveStaffLatest.CC2) Is Null) AND ((Tbl_SubstantiveStaffLatest.SUB2) Is Null) AND ((Tbl_SubstantiveStaffLatest.EMPID) Is Null));
Please can anyone help?
Thanks
Dominic
