Newbies Erik J bartelt Posted August 17, 2004 Newbies Posted August 17, 2004 Hi All This my little problem. I have a time code field which has a colon then two digits follow, something of this nature ":30". I need to and a zero in front of the colon which would be this "0:30". The two digits following are random from 0 to 60 seconds. I am at a loss on trying scripts I wrote. I am new at script writing. I have about 100,000 records which need to be converted. Thanks for the help!!
Vaughan Posted August 17, 2004 Posted August 17, 2004 You probably need a calculation that does the text string manipulation. Look into the Position() function and the Left() and Right() functions.
Recommended Posts
This topic is 7406 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