M
Michael Reb
Hi,
I´d like to open several queries with undefined field numbers within 1
single form. Docmd.OpenQuery won´t help for it exposes no form functionality
, e.g. events.
Unfortunately forms have to be well-defined, meaning even for datasheet view
all the fields you want to be displayed have to be created before.
Nor do I want to build the form via CreateControl dynamically
neither do I want to use Listbox, (Hierarchical)FlexGrid or similar controls
to be filled with the query´s results.
Is there any solution for this functionality ?
Thanks in advance
I´d like to open several queries with undefined field numbers within 1
single form. Docmd.OpenQuery won´t help for it exposes no form functionality
, e.g. events.
Unfortunately forms have to be well-defined, meaning even for datasheet view
all the fields you want to be displayed have to be created before.
Nor do I want to build the form via CreateControl dynamically
neither do I want to use Listbox, (Hierarchical)FlexGrid or similar controls
to be filled with the query´s results.
Is there any solution for this functionality ?
Thanks in advance