individual rows

ariel81

Registered User.
Local time
Today, 08:03
Joined
Dec 31, 2006
Messages
75
Hi,

refer to the (record.jpg)

the whole record is identified as " rst.RecordCount " ( red color box).
how to identify each individual rows ( blue color box)?
 

Attachments

  • record.JPG
    record.JPG
    25.1 KB · Views: 151
To what purpose would you wish to identify a specific row?

I sense you are about to apply Excel logic to an Access database, to which all I can say is "That dog don't hunt."

And by the way, rst.RecordCount merely provides the number of records in the recordset. It does NOT reference all records at once in the normal sense of "referencing a record."
 
And a RECORD is all Column attributes of a particular ROW. A Record would be represented by your blue box. The red box would be a recordset.
 

Users who are viewing this thread

Back
Top Bottom