Jump 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.

Split a Field in two

Featured Replies

I've got an old datbase that has one field that has the customer number and name in one field.

The new database I want them to have thier each field. One for their Number and one for their name.

How should I go about doing this. I thought I should import the data twice. Have every thing in both and then create a script just to delete what I don't need.

The field looks like this now.

123 company_xyz

15 company_dfy

2345 ccompany_xyt

Hi Devin,

You can't import part of a field and you're correct in your thinking. I suggest you import into Company Name. Back up first. Then (with your found imported set) put your cursor in the CompanyID field and select Records > Replace Field Contents by calculation and enter:

LeftWords(CompanyName; 1)

Then place your cursor in the CompanyName field and again Replace Field Contents via calculation with:

Trim(Substitute (CompanyName ; LeftWords(CompanyName ; 1) ; ""))

LaRetta

  • Author

Wow....I never saw that replace field Contents. Here I was trying to make a script.

Thanks, I got something to work and it was simple.

Devin

Create an account or sign in to comment

Important Information

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

Account

Navigation

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.