L
Linton.McCracken
I have collected data to view object dependencies from my main
switchboard all the way down to the dependent tables. I have created
15 listboxes on a form, each getting its RowSource from a SQL
statement using the next higher level listbox as the "Parent" for the
current "Child" listbox, all of which queries a master 2-column
relationships table which holds all relationships identified
throughout the database. All functions perfectly with the Parent and
the top 6 listbox children. Access is not recognizing my click in the
Level 6 listbox, and thus not executing the SQL to get the children
for the Level 7 listbox.
Is there a limit to the quantity of listboxes on a form or the
quantity of listboxes dependent upon each other? I thought there
might be so I created 15 separate tables, where each set of resulting
children can be stored separately and separately queried instead of
getting Level 7's children by re-executing the SQL statements for
Level 1 - Level 6 children. But that still is not causing any results
in Level 7's listbox.
Any assistance is greatly appreciated.
switchboard all the way down to the dependent tables. I have created
15 listboxes on a form, each getting its RowSource from a SQL
statement using the next higher level listbox as the "Parent" for the
current "Child" listbox, all of which queries a master 2-column
relationships table which holds all relationships identified
throughout the database. All functions perfectly with the Parent and
the top 6 listbox children. Access is not recognizing my click in the
Level 6 listbox, and thus not executing the SQL to get the children
for the Level 7 listbox.
Is there a limit to the quantity of listboxes on a form or the
quantity of listboxes dependent upon each other? I thought there
might be so I created 15 separate tables, where each set of resulting
children can be stored separately and separately queried instead of
getting Level 7's children by re-executing the SQL statements for
Level 1 - Level 6 children. But that still is not causing any results
in Level 7's listbox.
Any assistance is greatly appreciated.