B
Bernard Piette
I have 3 countries provinces cities tables and a locations table that
combines them all.
I want to use the locations table as a base to lookup and then input those
values not the IDs into the country province and city field values in my
other tables such as employees suppliers investors where applicable.
I have two questions:
1. I want to select Canada from the country combo box and only canadian
provinces that have been preentered in the locations provinces field will
show up. I need a simple way to do this b/c I will repeat this functionality
many times in this database application. In the example forms I've seen which
have 1 combo bos rely on another all the options were for lack of a better
term hardcoded into the event handler code. Seems like a lotta work.
2. Can I find a solution for this that I can package as a subform and then
for all forms requiring an entry for like country province city I can always
just point to the subform for those three fields?
I hope I have correctly articulated my question And Thanks in advance
for considering an answer !
Bernard
combines them all.
I want to use the locations table as a base to lookup and then input those
values not the IDs into the country province and city field values in my
other tables such as employees suppliers investors where applicable.
I have two questions:
1. I want to select Canada from the country combo box and only canadian
provinces that have been preentered in the locations provinces field will
show up. I need a simple way to do this b/c I will repeat this functionality
many times in this database application. In the example forms I've seen which
have 1 combo bos rely on another all the options were for lack of a better
term hardcoded into the event handler code. Seems like a lotta work.
2. Can I find a solution for this that I can package as a subform and then
for all forms requiring an entry for like country province city I can always
just point to the subform for those three fields?
I hope I have correctly articulated my question And Thanks in advance
for considering an answer !
Bernard