ListO
Señor Member
- Local time
- Today, 04:43
- Joined
- Feb 2, 2000
- Messages
- 167
I am trying to write some code which, when looking at a record, can compare a field in that record with the same field of the previous record in that dynaset. What's the syntax?
I want to put in something like:
Answer = Iif([Thisrecord]=[Previousrecord],"X","Y")
Please help a poor ignorant programmer.
I want to put in something like:
Answer = Iif([Thisrecord]=[Previousrecord],"X","Y")
Please help a poor ignorant programmer.