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
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