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.