Statement for Multiple Filters in SQL
I'm new to this...
How do I combine two filters?
The first one is:
rstBookmarks.Filter = "MacroName = " & "'" & temp & "'"
rstBookmarks.Filter = "DOCT_ID = 2"
I'm not sure how I filter with two conditions together. Please advise!
Thanks,
Beginner
|