Jump to content

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

Recommended Posts

  • Newbies
Posted

I don't know why this is eluding me, but right now I have two fields

field1 = number and field2 = number

Is there any easy way, for every new record, to have field1 set to the value for field2 from the previous record?

Posted

Assuming "previous record' means the last record in the table before you entered this one,

1. define an auto-enter serial number field called Serial

2. define a calculation field = Serial -1, called PrevSer

3. define a relationship, LookBack, from PrevSer to Serial.

4. use auto-enter in Field2 = LookBack::Field1

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