S
Scott Erwin
I have several queries that run when a form is opened. The results of
those queries are displayed in various list boxes on that form. This
is fine. But the query results are also displayed in the datasheet
view as well. I don't want this to happen. Can this be hidden? I
currently do this by using the DoCmd.Close command after each query is
opened. The result is four quick flashes of opening and closing
windows.
Maybe there's a better way?
Thanks
Scott
those queries are displayed in various list boxes on that form. This
is fine. But the query results are also displayed in the datasheet
view as well. I don't want this to happen. Can this be hidden? I
currently do this by using the DoCmd.Close command after each query is
opened. The result is four quick flashes of opening and closing
windows.
Maybe there's a better way?
Thanks
Scott