MikeF -> Detecting eof or bof. (3/27/2001 22:52:00)
There are numerous articles on how to retrieve multiple froms from an Access d.b. I implemented this on my site. You can also click on a row to get the record's detail.
My problem is: When the detailed record is displayed I allow users to click next or previous so they can move through the d.b. one record at a time. How can I detect an eof or bof before getting to this condition so I can disable the next or previous link. Is there a way to know that the next record is eof before actually getting there?
Spooky -> RE: Detecting eof or bof. (3/27/2001 23:02:00)