Jump to content

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

Recommended Posts

Posted

Hi. Anybody know the easiest way to copy the data from a different field in a previous record? For example, say you have 2 fields:

1. Starting total

2. Ending total

When I create a new record, I want the data in the previous record's "Ending total" to be copied into the new record's "Starting total" field.

Thanks,

-Emery

Posted

1. Create a stored calculated field "Const" with the formula "1"

2. Create a selfjoin relationship "sj" using field Const on both left and right sides of the relationship.

3. In the autoenter options for Starting total, select "calculated value" and enter the formula:

Last(sj::Ending total)

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