Hello guys thanks for having me here , I have 3 Access queries , The first query (Q0) filters a table to get specific data :
SELECT Table1.ID, Table1.Machine, Table1.Po, Table1.Priority, Table1.Zdate, Table1.Status
FROM Table1
WHERE (((Table1.Status)<>"Not Needed"));
The second query (Q1)...