toolsofministry
Programmer
Is there any faster way to access the first record, could possibly have more than one fullname in the table , than using the following code
FraVisitationUpdate.Visible = True
TheNames.Recordset.MoveFirst
Do Until Me![txtFullName] = Me![DBCombo1].Text
TheNames.Recordset.MoveNext
This appears slow with 3000 names.
Thanks
FraVisitationUpdate.Visible = True
TheNames.Recordset.MoveFirst
Do Until Me![txtFullName] = Me![DBCombo1].Text
TheNames.Recordset.MoveNext
This appears slow with 3000 names.
Thanks