kind of a newb question
but can I show in a form(in a box or something) a number from a querry that I created
the sql ver of my query is like this
SELECT Count(Inprocess.PartNumber) AS CountOfPartNumber
FROM Inprocess
GROUP BY Inprocess.Status
HAVING (((Inprocess.Status)=8));
thanks