Hi,
I have been looking at the following thread
thread701-1278381
and it seems to meet my requirments however when I use the code that SkipVought supplied all it does is show me the data for the current month i.e. March 2009.
Could someone have a look at it for me please and tell me where I am going wrong.
Regards
Paul
I have been looking at the following thread
thread701-1278381
and it seems to meet my requirments however when I use the code that SkipVought supplied all it does is show me the data for the current month i.e. March 2009.
Could someone have a look at it for me please and tell me where I am going wrong.
Code:
SELECT FACTRY.spec_number, FACTRY.Job_number, FACTRY.stock_manuf_flag, FACTRY.machine_number, FACTRY.finish_date, FACTRY.quantity_good_out
FROM FACTRY
WHERE (((FACTRY.stock_manuf_flag)=1) AND ((FACTRY.machine_number)=1910) AND ((FACTRY.finish_date)>=DateSerial(Year(Date()),Month(Date()-4),1)));
Regards
Paul