I am developing a procedure to query the same information from my table each month.
So I was wondering if there was a statement I could add to my query statement that will grab only the records where the dates in the date column are within the current month.
Something like 'WHERE [MFG COMP] = current month' or something along those lines.