G
Grahammer
I have the followin relationships in my table...
Province 1->M Cities 1->M Centres
Province 1->M Centres
.... One country can have many Cities. Once City can have many Centres. The
Centres that are available in a City is limited by the Country.
Ontario -> Toronto -> East York
Ontario -> Toronto -> Scarborough
Ontario -> Toronto -> Mississauga
Alberta -> Calgary -> Downtown
Alberta -> Calgary -> Rundle
...and..
Ontario -> East York
Ontario -> York
Ontario -> Etobicoke
Ontario -> Scarborough
Ontario -> Missisauga
Alberta -> Downtown
Alberta -> Rundle
Alberta -> Woodbine
Alberta -> Country Hills
.... You'll notice in the top secition that not all of the Ontario Centres
did not appear for Toronto. Ditton for the Alberta Centres.
I'm trying to find a simple MS Access form (it's a child form placed on the
Cities form) to implement the ability to add and remove Centres from the
Cities, based on what Centres are available in the Province. I'm trying to
use as little VBA as possible.
I considered two list boxes, with and "Add->" and "<-Remove" button, similar
to what is found in many Windows apps, but the list boxes require different
queries, and I can't figure out how to limit their results based on the
parent form.
Is this description clear? Can someone suggest how this can be done?
Province 1->M Cities 1->M Centres
Province 1->M Centres
.... One country can have many Cities. Once City can have many Centres. The
Centres that are available in a City is limited by the Country.
Ontario -> Toronto -> East York
Ontario -> Toronto -> Scarborough
Ontario -> Toronto -> Mississauga
Alberta -> Calgary -> Downtown
Alberta -> Calgary -> Rundle
...and..
Ontario -> East York
Ontario -> York
Ontario -> Etobicoke
Ontario -> Scarborough
Ontario -> Missisauga
Alberta -> Downtown
Alberta -> Rundle
Alberta -> Woodbine
Alberta -> Country Hills
.... You'll notice in the top secition that not all of the Ontario Centres
did not appear for Toronto. Ditton for the Alberta Centres.
I'm trying to find a simple MS Access form (it's a child form placed on the
Cities form) to implement the ability to add and remove Centres from the
Cities, based on what Centres are available in the Province. I'm trying to
use as little VBA as possible.
I considered two list boxes, with and "Add->" and "<-Remove" button, similar
to what is found in many Windows apps, but the list boxes require different
queries, and I can't figure out how to limit their results based on the
parent form.
Is this description clear? Can someone suggest how this can be done?