Matty
...the Myth Buster
- Local time
- Today, 10:32
- Joined
- Jun 29, 2001
- Messages
- 395
I've created this module in VBA, and at one point, i use the rst.MovePrevious command. My only problem is that i get an error on the very first record (because it can't go to the previous record). Is there a way for me to check if the current record is the first in the recordset, so i can by-pass the MovePrevious thing?