Hello,
Scenario:
I have list of policies for different countries. What I have done so far is that I have designed a query for each country which will pull out the policies for that country. The report is bases on this query. However, this way I am creating lot of queries.
What I want to do is design a query (and therefore the report) so that I can pull out the policies for a country by simply selecting a name from a drop down.
Tables and Fields are as below:
Table[Country]
CountryID
CountryName
Table[Policy]
PolicyID
CountryID
PolicyDetails
Could you please advise if this is possible and if yes, how to achieve this?
Thanks,
SG
Scenario:
I have list of policies for different countries. What I have done so far is that I have designed a query for each country which will pull out the policies for that country. The report is bases on this query. However, this way I am creating lot of queries.
What I want to do is design a query (and therefore the report) so that I can pull out the policies for a country by simply selecting a name from a drop down.
Tables and Fields are as below:
Table[Country]
CountryID
CountryName
Table[Policy]
PolicyID
CountryID
PolicyDetails
Could you please advise if this is possible and if yes, how to achieve this?
Thanks,
SG
Comment