G
Guest
I have an application that has a command button that opens a query in preview
mode.
DoCmd.OpenQuery "myquery", acViewPreview
This works just fine, but when I click the close button on the preview
window, only the preview window closes. Is there a way to make the query
close at the same time?
Thanks in advance!
Dwight
mode.
DoCmd.OpenQuery "myquery", acViewPreview
This works just fine, but when I click the close button on the preview
window, only the preview window closes. Is there a way to make the query
close at the same time?
Thanks in advance!
Dwight