![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In my database there are 3 numeric fields, A, B and C, where field C = A-B. Each time a new record is created, I would like FM to set automatically the value of field B to the value of the previous field A. I'm on Windows XP, FM8. Thanks for helping out! Sharky Make field B an auto-enter calculation using the following calc: |
#3
| |||
| |||
|
|
Sharky wrote: In my database there are 3 numeric fields, A, B and C, where field C = A-B. Each time a new record is created, I would like FM to set automatically the value of field B to the value of the previous field A. I'm on Windows XP, FM8. Thanks for helping out! Sharky Make field B an auto-enter calculation using the following calc: GetNthRecord ( a ; Get ( RecordNumber ) - 1 ) Michael Myett |
![]() |
| Thread Tools | |
| Display Modes | |
| |