I've a bound form. The datasource for the form is a query with parameters. Is it possible to set the parameters in vba before the form loads? The popup for the parameters pops up even before the form_open event :/
I know of the alternatives .. build my own query strings with parameters, or manipulate the sql of the querydefs. but i dont like them.
at the moment I use unbound forms during designtime and bind them to parameterqueries during runtime. but having unbound forms during designtime is not so handy.
Anyone an idea?
Greetings
Egi