Newbies Tobias Smollet Posted September 6, 2004 Newbies Posted September 6, 2004 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?
Oldfogey Posted September 6, 2004 Posted September 6, 2004 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now