G
Guest
I used the instructions from support article 208529 ("How to Filter a Report
from a Pop-Up Form") and modified it for my report. When I open the form,
the Print Preview comes up behind the Pop-up, like it is supposed to. But,
when I choose a variable in the combo box, then click the Set Filter button,
I get the following error:
Run-time error '13': Type mismatch
When I click on Debug, the highlighted part of the Visual Basic screen is:
strSQL = strSQL & "[" & Me("Filter" & intCounter).Tag & "] " _
& " = " & Chr(34) & Me("Filter" & intCounter) & Chr(34) & "" _
And ""
with the yellow arrow pointing at the third line.
Can you tell me what could be wrong? Thanks!
my email is slegg(remove this)@earthlink.net
from a Pop-Up Form") and modified it for my report. When I open the form,
the Print Preview comes up behind the Pop-up, like it is supposed to. But,
when I choose a variable in the combo box, then click the Set Filter button,
I get the following error:
Run-time error '13': Type mismatch
When I click on Debug, the highlighted part of the Visual Basic screen is:
strSQL = strSQL & "[" & Me("Filter" & intCounter).Tag & "] " _
& " = " & Chr(34) & Me("Filter" & intCounter) & Chr(34) & "" _
And ""
with the yellow arrow pointing at the third line.
Can you tell me what could be wrong? Thanks!
my email is slegg(remove this)@earthlink.net