MrMajik
IS-IT--Management
- Apr 2, 2002
- 267
Opening a recordset as ADODB...I have a loop that searches for a record in a table using the MoveNext command until the search is satisfied.
TableName = tblAgency
The field on the form that the search is done to is called txtAgencyId
When it finds the record how do I make that record the current record so it's data appear in the fields on a form?
Thank you.
TableName = tblAgency
The field on the form that the search is done to is called txtAgencyId
When it finds the record how do I make that record the current record so it's data appear in the fields on a form?
Thank you.