accessing specific record

I

ifoundgoldbug

Greeting once again

How do you access a specific record in a field in code?

IE record 1 in field last
 
M

Marshall Barton

How do you access a specific record in a field in code?

IE record 1 in field last


Assuming you mean that you want to access a field in a
specific record, it depends on the context (form, report,
recordset).

Note that records are not normally identified by first,
second, etc. In fact, records in a table have no such
ordering. It is only when the records are sorted by a query
that first, second, etc. have any meaning.
 
Top