G
Guest
Main form (Form1) subform on Form1 (Form2).
List boxes in both forms , tables are linked.
Form 2 list box has a QUERY to filter records depending on which record is
selected in Form1 list box.
How do I repaint the Form2 (subform) listbox as I move from record to record
in Form1 listbox.
I can do this as 2 separate forms by running a Macro which closes/opens
Form2 every time I click on a record in Form1 listbox.
The relationship between Form1 and Form2 tables is one to many.
List boxes in both forms , tables are linked.
Form 2 list box has a QUERY to filter records depending on which record is
selected in Form1 list box.
How do I repaint the Form2 (subform) listbox as I move from record to record
in Form1 listbox.
I can do this as 2 separate forms by running a Macro which closes/opens
Form2 every time I click on a record in Form1 listbox.
The relationship between Form1 and Form2 tables is one to many.