ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   XL & Access 2000, ADODB and the Find Method (https://www.excelbanter.com/excel-programming/305450-xl-access-2000-adodb-find-method.html)

Mike Mertes

XL & Access 2000, ADODB and the Find Method
 
G'day MVPs!

I think I've got an easy question for you.

I'm connecting to Access 2000 databases using ADO code. I was previously
familiar with the conventions of DAO coding, but as of the ADO update, they
changed some of the methods and functions and they now have a different
syntax.

I want to use the find method to search a recordset for a string in a
variable, like this:

Dim MyVariable as String
recordsetCosts.Find "Equipment like MyVariable"

(equipment being the name of the column/field)

But, it doesn't appear there is any way to find a string other than hard
coding it, like this:

recordsetCosts.Find "Equipment like 'hard coded string' "

Can someone clarify the syntax of the find method?

TIA,
Mike




All times are GMT +1. The time now is 09:36 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com