Jump to content

non incrementing serial numbers


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

Recommended Posts

I currently have a field in a purchase order that looks at the previous order and increments that number by 1, unless the purchase order has multiple pages (which are actually multiple records).

In that case it simply copies the existing order number without incrementing it.

It occured to me that instead of looking at the previous order number and incrementing that number, it would be better to use the serial number calculation. (I welcome your thoughts on that. )

I would like to use a calculation that says: if page field = "more", increment serial number by zero, otherwise increment by 1. (or visa versa)

But I can't get FMP to accept my calculation.

Thanks, guys.

~ jack

Link to comment
Share on other sites

A better method would be to have a purchase order master record, with related purchase order pages. Make as many pages as you want.

The master record then uses a simple auto-entered serial number. No mucking around with calculations or field values.

Link to comment
Share on other sites

This topic is 7612 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.