Quote Originally Posted by westconn1 View Post
try
Code:
Adodc1.RecordSet.Find "Name='" & Text1.Text & "'"
string field types need to be enclosed in ' '
Great.. Thanks a lot, this is reasonable..