Hi to every one in the Forum.
My name is ALi and am new to the Forum. I have a problem with Filter in VBA when i try to execute the following code
----------------------------------
If RS1.RecordCount > 0 Then
X = "("
Do While Not RS1.EOF
X = X + "'" + RS1.Fields(0) + "'"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.