T
Tom
I am relatively familiar with Access database desing;
however, I now have a quite fundamental question.
Instead of using a parameter value query, I use a form
that contains combo boxes for selecting values from tables.
Additinally, there are relationships between the combo
boxes that ensure the selection of the desired subdata.
More specifically, I use strings such as
"[Forms]![frmMoveBilletsAcrossBranches]![Branch]" to
create the relationships. Confused???
Here's some example data:
COUNTRY STATE/PROVINCE CITY
======= ============== ====
USA VA Richmond
USA VA Norfolk
USA VA Alexandria
USA TX Austin
CANADA BC Vancouver
CANADA ON Toronto
On the form, I have 3 combo boxes (country, state, city).
If I were to select
COUNTRY = USA
then STATE = VA or TX
If I then select STATE = VA
then CITY = Richmond, Norfolk, Alexandria
In other words, I simply don't want to show all states,
cities in the drop-down menus.
Are you with me so far???
******* Okay, here's the problem now?
Currently, all data is being pulled from one table. Once
I however join the table (containing country, state, and
city) with another table, I cannot change the values in my
combo boxes anymore in order to update the "country,
state, city" table any longer.
Why is that? [It works fine as long as all info is in a
single table]
Any feedback is appreciated!
Tom
however, I now have a quite fundamental question.
Instead of using a parameter value query, I use a form
that contains combo boxes for selecting values from tables.
Additinally, there are relationships between the combo
boxes that ensure the selection of the desired subdata.
More specifically, I use strings such as
"[Forms]![frmMoveBilletsAcrossBranches]![Branch]" to
create the relationships. Confused???
Here's some example data:
COUNTRY STATE/PROVINCE CITY
======= ============== ====
USA VA Richmond
USA VA Norfolk
USA VA Alexandria
USA TX Austin
CANADA BC Vancouver
CANADA ON Toronto
On the form, I have 3 combo boxes (country, state, city).
If I were to select
COUNTRY = USA
then STATE = VA or TX
If I then select STATE = VA
then CITY = Richmond, Norfolk, Alexandria
In other words, I simply don't want to show all states,
cities in the drop-down menus.
Are you with me so far???
******* Okay, here's the problem now?
Currently, all data is being pulled from one table. Once
I however join the table (containing country, state, and
city) with another table, I cannot change the values in my
combo boxes anymore in order to update the "country,
state, city" table any longer.
Why is that? [It works fine as long as all info is in a
single table]
Any feedback is appreciated!
Tom