This is the code in sql
WHERE (((PARTS.[PART NUMBER]) Like [Please enter Part No] & '*'))
use this one
WHERE Replace(((PARTS.[PART NUMBER]'-',")Like [Please enter Part No] & '*'))
thank you for help
i have a database that searchs for part numbers and in these feilds are also dashs and dots can i tell the querry or code to not worry about the dashs.
So it will give me a result of everything that matches the number and text . Not worrying about the dash that was type in my the user.
Regards
Me
I have created a database with parts in it... to find every part that needs to be ordered.
table
partid
partnumber
partdesc
minqty
maxqty
in a querry i put for the criteria > ????? under the minqty
should this work..
I have this happening in my access database . i am new to access and have aviheive alot from errors... one more thing the record id which is a autonumber has now given me (335648925) not smaller numbers.
Private Sub cmdPickPart_Click()
Dim strPart As String
strPart =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.