G
Guest
I may have asked this before, but I need to have two drop downs filter a
form. I have the Analyst_Name box, and the Week_Ending box. They can filter
individually okay, but I need them to be able to filter jointly so it filters
down to the one record of an analyst for a specific week. I tried this string
to get the response:
stLinkCriteria = "[Analyst_Name Field]=" & "'" & Me![Combo80] & "'" And
"[Week_Ending Field]=" & "#" & Me![Combo92] & "#"
but this gives me a "Type Mismatch" error. How do I do this?
Thanks in advance
form. I have the Analyst_Name box, and the Week_Ending box. They can filter
individually okay, but I need them to be able to filter jointly so it filters
down to the one record of an analyst for a specific week. I tried this string
to get the response:
stLinkCriteria = "[Analyst_Name Field]=" & "'" & Me![Combo80] & "'" And
"[Week_Ending Field]=" & "#" & Me![Combo92] & "#"
but this gives me a "Type Mismatch" error. How do I do this?
Thanks in advance