How can I control the properties of the window in which a query op

  • Thread starter John D in London, England
  • Start date
J

John D in London, England

I want to run a query from a button on a form. It is a normal select query
and i want to display the output in datasheet form But I need to set the
Window or form in which it appears to maximized and dialog mode (i.e. popup
and modal both set).

I haven't been able to find any way of accessing the properties of the
Window or form.

Any suggestions?
 
M

Marshall Barton

John said:
I want to run a query from a button on a form. It is a normal select query
and i want to display the output in datasheet form But I need to set the
Window or form in which it appears to maximized and dialog mode (i.e. popup
and modal both set).

I haven't been able to find any way of accessing the properties of the
Window or form.


Use a form in datasheet (or continuous) view instead of
opening the query. This way, you will have all the
properties and capabilities you need.
 
Top