I have a form with a listbox on it that is populated by a query.
On its own this works fine and lists the querys results, however when I use the same form as a subform it stops working.
I have checked the form, listbox and query but cannot find the problem.
What does the mainform do to the subform (apart from turn it into a control) to stop the listbox outputting the results?
On its own this works fine and lists the querys results, however when I use the same form as a subform it stops working.
I have checked the form, listbox and query but cannot find the problem.
What does the mainform do to the subform (apart from turn it into a control) to stop the listbox outputting the results?
Comment