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.

calculations Help !

Featured Replies

  • Newbies

Help..I have tried but failed.

I have a database for a videotape library using Version 5.0 on PC

As well as client,title, duration etc it has two key fields.

"Master Number" and "Reel Number"

These fields are defined as numbers.

There maybe an entry in "master" but not "reel", vice versa or no entry in either.

When I add a new record to the database, I want to find the highest value in each field, add 1 and create a new record placing the calculated values in the appropriate fields.

I cannot figure out how to store and retain the value of each find.

Can anyone help.

Regards,

David Barrett

Melbourne, Australia.

Define a field:

Constant (calculation, number, indexed) = 1

Create a self relationship (call it "SelfRel") with Contant <--> Constant

Create a new record script:

New Record/Request/Page

Set Field(Master Number, Max(SelfRel::Master Number) + 1)

Set Field(Reel Number, Max(SelfRel::Reel Number) + 1)

-bd

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.