Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6055 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.