A
amywolfie
I have a main form with Region, and a State subform on it.
When I press a button, I would like to open subfrmCounty from
subfrmState filtering for:
PK_State:: fk_State
(i.e.: pass the State key so that only Counties for that state
display)
County_FC = "FC" And
MediaType Like "*Field*"
I have tried several combinations -- using Access macro to find
specific counties and then putting the County_FC & MediaType filters
on the query that opens subfrmCounty -- Nada. Haven't been able to
work it out in VBA Jet SQL.
What is the best/easiest way to capture all criteria in a single
routine? (Macro, VBA, etc.)
Thanks!
====
When I press a button, I would like to open subfrmCounty from
subfrmState filtering for:
PK_State:: fk_State
(i.e.: pass the State key so that only Counties for that state
display)
County_FC = "FC" And
MediaType Like "*Field*"
I have tried several combinations -- using Access macro to find
specific counties and then putting the County_FC & MediaType filters
on the query that opens subfrmCounty -- Nada. Haven't been able to
work it out in VBA Jet SQL.
What is the best/easiest way to capture all criteria in a single
routine? (Macro, VBA, etc.)
Thanks!
====