Yup, it's what is called Cascading Combo Boxes. Basically, you use the choice from one combo box as criteria for the next one. So, in your case, you could do something like this:
First Combo Box: Select * from tblCountry
Second Combo Box: Select * from tblStore WHERE countryID =...