beckham Posted January 3, 2017 Posted January 3, 2017 Hi Guys my database as 50,000 records and 1 field as the following formatting (7numbers-2numbers-5numbers) "1234567-01-12345" and i would like to change all the "-" to "_" without effecting the numbers, is this possible? if so then i would like to make all future entries use the underscores automatically in place of hyphens? Thanks for any help..
Ocean West Posted January 3, 2017 Posted January 3, 2017 Make a backup first: do a replace on your field: Substitute ( your::field ; "-" ; "_" ) will replace existing data. in the auto entry field you can use: Substitute ( self ; "-" ; "_" ) 1
Recommended Posts
This topic is 2949 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