how to reach field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I've got a RecordSet rs and I reached first record with rs.MoveFirst.
How can I reach the specific field x from record?

thanx

alek_mil
 
Use the Move method to move a specific number of records.

Or, use FindFirst to find a particular value.
 

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