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.

splitting records

Featured Replies

i have a materials list database that has

date, client, quan, description, vendor, unit price

Sometime, when we have a bill, i need to split the bill for different clients...what I do now is enter date and vendor and press copy a few times and enter client, quantity, description, price, etc.

However, I was wondering there is a way to enter date, vendor and then have a button to click if I need to split bill and a new window opens with client, quantity, description, etc. and I'm able to enter all the clients there...Then when I go back to the materials layout..it shows a separate record for each entry as above...

is this possible and if so, how?

thanks

Define a text field, OrderSplit.

Define a Self-Relationship, Split, based on this field, and be sure to have it allow creation of related records.

Make a layout with a portal based on Split, and put the fields you need in it.

Now make a script:

Set Field (OrderSplit, OrderNumber & "Split")

Go to layout (Split Layout)

Go to field (Split::Client)

Now you're all set to enter new orders in the portal!

One more thing to do: for the fields that you want to auto-enter the same info as the first order, give them auto-enter calculations like this (sample to auto-enter Vendor)...

Case(IsEmpty(OrderSplit), "", Split::Vendor)

Create an account or sign in to comment

Important Information

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

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.