Can anybody tell me how to search for a record by field (E.G Product Description). Then update the Form with the record information?
Printable View
Can anybody tell me how to search for a record by field (E.G Product Description). Then update the Form with the record information?
Use .Search if you have an index created for the field or .FindFirst if you have not.
See VB-Help or DAO351-Help
Thanks Etoscha, I'll give that a shot.
Cheers, Thomas