Hello every body;
I have a 3 tables:
1-CountriesDBF(Field: CountryName)
2-CitiesDBF(Fields: CountryName(with search Property = Countries.CountryName), CityName) Linked by CountryName with Countries
3-CitizensDBF(Fields: CountryName, CityName, CitizenName)
I want the following:as soon as the user selects the value for CitizensDBF.CountryName I want this field Value becomes the criteria for a Query to CitiesDBF so only the cities corresponding to the selected country appear in the query.
I Suppose this is possible but I still don't know how
Thanks for any help some body can give me.
I have a 3 tables:
1-CountriesDBF(Field: CountryName)
2-CitiesDBF(Fields: CountryName(with search Property = Countries.CountryName), CityName) Linked by CountryName with Countries
3-CitizensDBF(Fields: CountryName, CityName, CitizenName)
I want the following:as soon as the user selects the value for CitizensDBF.CountryName I want this field Value becomes the criteria for a Query to CitiesDBF so only the cities corresponding to the selected country appear in the query.
I Suppose this is possible but I still don't know how
Thanks for any help some body can give me.