Form with three sections
I have three queries selecting different set of set in a table, I would like to show all three in a form side by side. How can I do this? I use form wizard bit it only uses one query as a source.
Form with three sections
I have three queries selecting different set of set in a table, I would like to show all three in a form side by side. How can I do this? I use form wizard bit it only uses one query as a source.
One way would be to base a separate form on each query, then make those subforms of a main form.
Or else you can use list boxes.