check to see if at the first record

  • Thread starter Thread starter Gator
  • Start date Start date
G

Gator

how use code to check to see if the current record is the first record in the
recordset?
 
Gator

"First" is relative. How do you sort the recordset to determine the "first"
record? How does Access know to do this?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
I have a 'previous' button that I want to disable if there are no more
previous records to scroll to...
 
No, no, I was being serious. The concepts of "next" and "previous" and
"first" and "last" are all relative. You need to tell Access HOW to know
these things ... or you'll get whatever Access thinks you mean!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top