Newbies jch Posted June 25, 2008 Newbies Posted June 25, 2008 Hi all. First time poster, new to FileMaker. I have a table containing 350 records. One of the fields—let's call it "Bar Code"—contains data that is displayed as either five numbers (e.g. 01234) or ten numbers (e.g. 0123456789). What I would like to do is automatically insert a string (such as "ABC") before all the 5-number bar codes, excluding the 10-number bar codes in the process. For instance, "01234" becomes "ABC 01234" but "0123456789" is left alone. How can I apply these changes to existing records? Thanks.
comment Posted June 25, 2008 Posted June 25, 2008 One way would be to find the 5-number bar codes first, then replace field contents with a calculation = "ABC" & BarCode To find by length, search for exactly 5 consecutive digits ==#####. Make sure you have a backup before using Replace Field Contents.
Recommended Posts
This topic is 6055 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