G
Guest
GRUUUU,,
In the record of each when to go back to the previous record to compare with
the current record suppose we use the code :
prerecord = currentrec
rsst.movenext
if prerecord <> currentrec then
controlname.background = constantcolor1
else
controlname.background = constantcolor2
end if
In the loop of do until rsst.eof, so the problem is ACCESS won't allow me
have the prerecord to store its value, required me to have only one current
record..
Thanks
In the record of each when to go back to the previous record to compare with
the current record suppose we use the code :
prerecord = currentrec
rsst.movenext
if prerecord <> currentrec then
controlname.background = constantcolor1
else
controlname.background = constantcolor2
end if
In the loop of do until rsst.eof, so the problem is ACCESS won't allow me
have the prerecord to store its value, required me to have only one current
record..
Thanks