|
-
Aug 25th, 2000, 07:12 AM
#1
Thread Starter
Junior Member
I have a problem using the ADO find method in my VB6 application. I have an ADO Recordset which grabs all records of a table (CUSTOMERS). I used a find method such as ado.recordset.find ("CustomerID = " & CustID & "") and it worked great. However, I overwrote that line with a new find statement that I needed: ado.recordset.find ("CustomerName = " & CustName & "") This time when I run it, I get an error " application using arguments out of range or in conflict with one another". Both the CustName and the CustID variables are inputted by the user using an inputbox method at run time. Basically, it seems to work for numeric and not strings. Any help?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|