CopperWire
Technical User
I need to compare one field (WR) in the database to the previous field (WR) and if they equal performe a calculation (daydiff-daydiff). I need to loop through the entire database.
read second row [wr] field
If equal to previous row [wr] field
[daydiff] previous record – [daydiff] current record
Do this until EOF.
Any help would be appreciated!
read second row [wr] field
If equal to previous row [wr] field
[daydiff] previous record – [daydiff] current record
Do this until EOF.
Any help would be appreciated!