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...