Im trying to layout my form based upon the results from a query.
I would like each record in the query to be displayed on the form at the same time, so that each record will have a label for the title and a listbox to display some info.
So if there was 1 record in the query there would be 1 label and 1 listbox.
If there were 3 records in the query then there would be 3 labels and 3 listboxes.
Any ideas to point me in the right direction?
Thanks
I would like each record in the query to be displayed on the form at the same time, so that each record will have a label for the title and a listbox to display some info.
So if there was 1 record in the query there would be 1 label and 1 listbox.
If there were 3 records in the query then there would be 3 labels and 3 listboxes.
Any ideas to point me in the right direction?
Thanks