L
LarryP
A button on a form runs a select query that produces a list of names.
Because the form is maximized, the query results are maximized too. How can
I display the query results "restored" to not fill the entire screen?
Haven't been able to find any arguments in DoCmd.OpenQuery that would give me
what I want. I could show the results in a popup form/datasheet view, I
suppose, but would rather not have the extra overhead for something this
simple.
Because the form is maximized, the query results are maximized too. How can
I display the query results "restored" to not fill the entire screen?
Haven't been able to find any arguments in DoCmd.OpenQuery that would give me
what I want. I could show the results in a popup form/datasheet view, I
suppose, but would rather not have the extra overhead for something this
simple.