boredguy2000
Programmer
All,
I am a VB bumbler so this is very simple but I really need a little help. I just want to place a filter on a form with two criteria.
I have it done with one:
stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'"
but now need two, something like:
stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'" & "'"[Active]=0"'"
I just can't get the syntax just right. Thank you all for this and all other help!
I am a VB bumbler so this is very simple but I really need a little help. I just want to place a filter on a form with two criteria.
I have it done with one:
stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'"
but now need two, something like:
stLinkCriteria = "[Processor]= '" & Me![AssociateDrop] & "'" & "'"[Active]=0"'"
I just can't get the syntax just right. Thank you all for this and all other help!