Close form leaves Grey Space

Rats

Registered User.
Local time
Today, 21:27
Joined
Jan 11, 2005
Messages
151
Hopefully just a simple one??? I am using a popup form to input data into a display form which is on one page of a tabbed control. The display form updates through an afterupdate requery command. This all seems to work OK but when I enter the new record via the popup form then close it, it leaves a greyed out space and I lose input ability. I need to close down and when opened up all records are OK. If I drag the popup box on the screen it leaves a grey trail behind it. Any ideas on what could be the problem?

Thanks
 
:o Found the problem. My requery code included a docmd.echo false at the end of the code only. I changed it to a docmd.echo false at the beginning and a docmd.echo true at the end and lo and behold it fixed it.
 

Users who are viewing this thread

Back
Top Bottom