Aussie John Posted June 4, 2004 Posted June 4, 2004 Hi i want to extract a number before a "_" eg 1_, 2_, 22_ using the left function only gives me the first number not the double digit. where do I go from here thanks?
-Queue- Posted June 4, 2004 Posted June 4, 2004 Left( field, Position( field, "_", 1, 1 ) - 1 ) This calculates the position of the underscore and gives all characters to the left of it.
Aussie John Posted June 4, 2004 Author Posted June 4, 2004 Thanks Id look at the help file a bit better but am running of time today
Recommended Posts
This topic is 7547 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