Issue with a form requering or not depending on whether it has been minimized and maximized before.

R

Ryan

I have an access form with a subform containing a list of account
numbers. I will call this the MainForm. When a user double clicks on
one of the account numbers, a new form is opened with account details
(DetailForm). This works fine, but when the user closes the
DetailForm, the MainForm requeries itself, which takes a little while.
If I minimize the MainForm and then maximize it, then use the
application normally, closing the DetailForm does NOT cause the main
form to requery. Is this some sort of bug. Why should minimizing and
maximizing make a difference. I do not want the MainForm to requery,
but forcing a minimize and maximize seems kludgy.

Does anyone know what is happening? I should mention that I am not
triggering any code to cause a requery, nor is there any onresize
event code.

Thanks,
Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top