Query from Form Screen Problem -
11-10-2003
, 10:24 AM
I have a docmd.openquery event assigned to a command button on a form
to open a query. (I am doing this to reference information in the
query to use in the form, but do not want to create a drop down that
directly references the query.) The query screen opens fine.
I close the query screen, only to find that the form that I called it
from now looks different. The edges of the screen appear different. Is
there a way I can recreate the screen? repaint? Refresh doesn't seem
to work, that simply refreshes the data which isn't an issue. I can
close the entire form and reopen it and it looks normal once again,
until I open the query. Then we go back to the edges of the screen not
looking normal.
Thanks for any help. |