Command button opening new window

  • Thread starter Thread starter Shari
  • Start date Start date
S

Shari

Within my main form, I have command buttons that run query searches that open
a new window based on the search information I input. It always opens in a
new window, and also leaves the main form open. Is it possible to have the
search opened in the same window? Thanks!
 
Not really. A Sekect query opens as a datasheet form.
You could create a subform on your main form and make the record source of
the sub form the query you are running.
 
Back
Top