Jack Posted June 18, 2003 Posted June 18, 2003 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
Vaughan Posted June 18, 2003 Posted June 18, 2003 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.
Jack Posted June 18, 2003 Author Posted June 18, 2003 Hi Vaughan ! Can you give me a little more direction regarding the master record/ related pages ? Thanks. ~ jack
Recommended Posts
This topic is 7900 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 accountSign in
Already have an account? Sign in here.
Sign In Now