ClowneUser
MIS
Hi,
We are using access 2000. we use a product code of A1234 -A, A1234 -B, B1234 etc... In a query we use the mid function to bring back all part numbers no matter what prefix it has, so if we query for 1234 it will bring back all parts.. the query is
Part: Mid([tblPART].[strPartNo],1,5)
This worked really well, until we started using new part numbers for a new line we are producing, so now the new parts are AM1234, AM1234 -A etc....
Is there any way to change the query to be able to pick up both Old and New parts?
Any help would be appreciated.
Regards,
Mick.
We are using access 2000. we use a product code of A1234 -A, A1234 -B, B1234 etc... In a query we use the mid function to bring back all part numbers no matter what prefix it has, so if we query for 1234 it will bring back all parts.. the query is
Part: Mid([tblPART].[strPartNo],1,5)
This worked really well, until we started using new part numbers for a new line we are producing, so now the new parts are AM1234, AM1234 -A etc....
Is there any way to change the query to be able to pick up both Old and New parts?
Any help would be appreciated.
Regards,
Mick.