C
CurtainMary
We have a client ordering numbering system like A nnnn/yy where yy denotes
the last two digits of the year. I want to be able to retrieve this year's
orders. The problem is that some orders are A nnnn/05 eventhough the date on
the order is 2006. So if I retrieve by Year(Now()) I will also get the /05
order numbers that have this year's date. If I exclude the /05 orders by Not
Like "*/05", another user may not know that.
Is there a generic way?
Thanks for looking
CurtainMary
the last two digits of the year. I want to be able to retrieve this year's
orders. The problem is that some orders are A nnnn/05 eventhough the date on
the order is 2006. So if I retrieve by Year(Now()) I will also get the /05
order numbers that have this year's date. If I exclude the /05 orders by Not
Like "*/05", another user may not know that.
Is there a generic way?
Thanks for looking
CurtainMary