Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Joining fields based on text case

Featured Replies

  • Newbies

If field one begins with a capital letter and field

two begins with a lowercase letter, (the sentence was split into two) how do I search to find all field two's that begin with lowercase and join them back up with field one and leave all field two's that begin in uppercase alone?;).

This is the calc that you have to apply to a [color:red]copy of your DB.

1)Insert the cursor into the field1

2)Records --> Replace Field Contents... --> Replace with calculated result: --> Specify

Case (

Length ( Filter ( Left ( field2 ; 1 ) ; "ABCDEFGHJKILMNOPQRSTUVWXYZ" ) ) ; field2 ;

field1 & " " & field2

)

Remember to do this to a [color:red]COPY of your DB

  • Author
  • Newbies

Thanks for the speedy reply.

I'll let you know how I get on.

Cheers

Mark

A little typo:

Case (

Length ( Filter ( Left ( field2 ; 1 ) ; "ABCDEFGHJKILMNOPQRSTUVWXYZ" ) ) ; [color:red]field1 ;

field1 & " " & field2

)

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.