ClowneUser
MIS
Hi,
I'm trying to create a query to get a list of part numbers that were added to the system in a particular period ( month )
Below is some example data from the table
Stat_period_no is the month ( 1 to 12 )
An example of what i need is say to get all results between period 3 year 2007 and period 1 year 2008, that query should give me all results except the top row.
I hope that makes sense.
Does anyone know how i can achieve this?
Thanks,
Mick.
I'm trying to create a query to get a list of part numbers that were added to the system in a particular period ( month )
Below is some example data from the table
Code:
part_no stat_period_no stat_year_no
A1234 1 2007
A5678 3 2007
A9999 3 2007
A9876 7 2007
A5432 1 2008
Stat_period_no is the month ( 1 to 12 )
An example of what i need is say to get all results between period 3 year 2007 and period 1 year 2008, that query should give me all results except the top row.
I hope that makes sense.
Does anyone know how i can achieve this?
Thanks,
Mick.