I am pulling data from table Supervisors
. Through each iteration, I want to know when Supervisor
.SupNum
changes. If the value changes, do this. If it stays the same, do the other.
How would I accomplish this?
I am pulling data from table Supervisors
. Through each iteration, I want to know when Supervisor
.SupNum
changes. If the value changes, do this. If it stays the same, do the other.
How would I accomplish this?