Newbies Reggie Posted June 2, 2003 Newbies Posted June 2, 2003 Hello everyone, I have a list of part numbers. The warehouse adds two zero's to the end of these part numbers. I need to trim the last two zero's for my DB. I am not having any luck creating a script to do this function. Can anyone give me a script that can cut off the last two digits of the number? Thank you very much for the help. Reggie
Fitch Posted June 2, 2003 Posted June 2, 2003 Left( NumToText(PartNumber), Length(NumToText(PartNumber) - 2) ) ...or maybe you could just divide by 100.
Recommended Posts
This topic is 7848 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now