Hi, hopefully someon can point out what I need to do to get this working as it has me pullin my hair out.
I have a query that has the following SQL;
SELECT Tbl_Staff.FirstName, Tbl_Staff.LastName, Tbl_Staff.Service, Tbl_Staff.Moving0405
FROM Tbl_Staff
WHERE (((Tbl_Staff.Moving0405) Is Null));
What I need is some was of that producing a count of the results and inserting that into a separate table, but I am at a loss as to how to perform the count.
Any help / advice would be appreciated.
Knape
I have a query that has the following SQL;
SELECT Tbl_Staff.FirstName, Tbl_Staff.LastName, Tbl_Staff.Service, Tbl_Staff.Moving0405
FROM Tbl_Staff
WHERE (((Tbl_Staff.Moving0405) Is Null));
What I need is some was of that producing a count of the results and inserting that into a separate table, but I am at a loss as to how to perform the count.
Any help / advice would be appreciated.
Knape