accessing specific record

  • Thread starter Thread starter ifoundgoldbug
  • Start date Start date
I

ifoundgoldbug

Greeting once again

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

IE record 1 in field last
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top