R
Ra
Hi,
I have the following data:
CSPC Exp date
B0893 11/19/2009
B0893 11/19/2010
B0894 10/20/2009
B0894 11/18/2010
B0906 11/13/2013
I need to extract only the CSPC’s that show current year (where I have two
instances), and the CSPC that shows another date greater than current year.
I should get a query with the following data:
B0893 11/19/2009
B0894 10/20/2009
B0906 11/13/2013
Any suggestions would be greatly appreciated.
Thank you,
I have the following data:
CSPC Exp date
B0893 11/19/2009
B0893 11/19/2010
B0894 10/20/2009
B0894 11/18/2010
B0906 11/13/2013
I need to extract only the CSPC’s that show current year (where I have two
instances), and the CSPC that shows another date greater than current year.
I should get a query with the following data:
B0893 11/19/2009
B0894 10/20/2009
B0906 11/13/2013
Any suggestions would be greatly appreciated.
Thank you,