K
Keith
I would like to know if there is a way to use the ADO Find method to find one
of several values for a single column. See the following example:
rstOpenJobProcess.Find "[proc#] = '940' or '941'"
I would like to search for proc# '940' or '941'. I want to avoid using a
like statement in the criteria (such as [proc#] Like '94*') because I may use
'942' for something else in the future that I would not want to search for.
Is there a way to use the Find method in this way? Alternatively, is there a
clever workaround?
Thanks,
Keith
of several values for a single column. See the following example:
rstOpenJobProcess.Find "[proc#] = '940' or '941'"
I would like to search for proc# '940' or '941'. I want to avoid using a
like statement in the criteria (such as [proc#] Like '94*') because I may use
'942' for something else in the future that I would not want to search for.
Is there a way to use the Find method in this way? Alternatively, is there a
clever workaround?
Thanks,
Keith