F
Fred
Hi all,
I have two tables, say one is tblCountry, the other one is tblCity.
tblCountry and tblCity has a one-to-many relationship.
Now I want to build a form with two combo boxes, one (cboCountry) for the
CountryName field from the tblCountry and the other one (cboCity) for the
CityName field of the tblCity. I want the list for the cboCity be
automatically updated whenever a value of cboCountry is changed. How can I do
this using macro (not VBA)? Thanks a lot in advance.
I have two tables, say one is tblCountry, the other one is tblCity.
tblCountry and tblCity has a one-to-many relationship.
Now I want to build a form with two combo boxes, one (cboCountry) for the
CountryName field from the tblCountry and the other one (cboCity) for the
CityName field of the tblCity. I want the list for the cboCity be
automatically updated whenever a value of cboCountry is changed. How can I do
this using macro (not VBA)? Thanks a lot in advance.