A
anduare2
District table (primary key is DistrictNumber)
DistrictNumber DistrictName
111 gotham public
222 gotham private
School table (primary key is DistrictNumber and SchoolNumber)
DistrictNumber SchoolNumber SchoolName
111 10 alfred elementary
222 10 wayne elementary
111 20 bruce high
on a form, i suppose an unbound combobox1, i want to be able to drop down a
list of all district names to choose from.
on the same form, i suppose an unbound combobox2 i want to only see the
school names for the district name i selected in combobox1 (DistrictName)
Simple if you know how to do it right???
I have done macro's and minor vb code in excel, but now am just starting to
play with access, so I am familiar with property boxes, and VB Editor. But
the examples I have been able to find are clear as mud to me. I think
because my tables are linked by DistrictNumber and I want to display and
choose data based on Names. Maybe I am making this too hard on myself.
Any help/examples will be greatly appreciated
DistrictNumber DistrictName
111 gotham public
222 gotham private
School table (primary key is DistrictNumber and SchoolNumber)
DistrictNumber SchoolNumber SchoolName
111 10 alfred elementary
222 10 wayne elementary
111 20 bruce high
on a form, i suppose an unbound combobox1, i want to be able to drop down a
list of all district names to choose from.
on the same form, i suppose an unbound combobox2 i want to only see the
school names for the district name i selected in combobox1 (DistrictName)
Simple if you know how to do it right???
I have done macro's and minor vb code in excel, but now am just starting to
play with access, so I am familiar with property boxes, and VB Editor. But
the examples I have been able to find are clear as mud to me. I think
because my tables are linked by DistrictNumber and I want to display and
choose data based on Names. Maybe I am making this too hard on myself.
Any help/examples will be greatly appreciated