ellenjbr
asked on
Applyfilter using string variable
I am getting a syntax error on this, and similar versions, please advise. Thank you.
dim strVal as string
strVal = "Joe Smith"
docmd.applyfilter("filterN ame"), "fieldName1=" & strVal
dim strVal as string
strVal = "Joe Smith"
docmd.applyfilter("filterN
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you!
ASKER