jdenver Posted September 28, 2011 Posted September 28, 2011 Ive been using Filemaker for a number of years and when I created the database, I set the customers number to be auto created as a serial number incremented by 1 each time a record was created. I now have 3000 customers that starts with 1, 2, 3, 4, - 3000. Is there away to modifier the existing numbers so as customer 1 is now 0001 and 2 is now 0002 etc.
Kilyaaan Posted September 28, 2011 Posted September 28, 2011 You should be able to use Replace Field Contents [ table::customerNumber ; Right ( "0000" & table::customerNumber ; 4 ) ] If you are using the customerNumber in relations it should still be working ( at least it does in FM 11 )
jdenver Posted September 28, 2011 Author Posted September 28, 2011 Thanks Kilyaaan, just what i was looking for
Recommended Posts
This topic is 4862 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