jimday1982
Registered User.
- Local time
- Today, 18:16
- Joined
- May 13, 2004
- Messages
- 81
I'm trying to write an if statement that compares the next record in my recordset to the current record and if the email field is different, do blah, if it's the same, end the if statement. So, in pseduocode, it looks like this:
if rst1.current("") <> rst1.next("[email]") then
blah
else
end if
Thanks for any help!
if rst1.current("") <> rst1.next("[email]") then
blah
else
end if
Thanks for any help!