I'm having an issue with the form flickering when I update/enter information in a control. I've run through the form many times and there doesn't seem to be much consistency to what updated controls will make the screen flicker. I've tried a bunch of stuff and none of it seems to work, does anyone have suggestions?
What I've tried (although NOT in combination) and didn't work:
Some details that may be relevant, I don't know
-My database is split, so I'm obviously working with the front end
-my form is a pop up
-the relevant popup form is opened by another form that is also a popup, and stays open behind my relevant form
-What seems to be flicking is mostly the unbound labels, some lines/boxes I have drawn on, and to a lesser/less frequent extent, bound labels, and some of the controls
-I'm remotely logged in, and our connection is terrible today. The backend is saved on a network drive that's likely affected by the remote connection. The flickering was occurring beforehand, but it did seem like it was to a lesser extent. Of course I don't know whether that's because I've been staring at it for the past couple hours paying close attention, or because it really is worse today.
The flickering is so frequent it's really obnoxious, I would say about every other control, when updated/entering new info makes the screen flicker. Anyone have any suggestions or further informational questions?
What I've tried (although NOT in combination) and didn't work:
- Deleting all VBA code--even without ANY code in the form, screen is still flickering
- changing some unbound labels into text boxes--that seems to be just suggested for tab control, and my form isn't tabbed, but I figured I would try
- deleting all comboboxes
- setting application.echo to false--since my form is a popup, it not only didn't work, but freaked out and crashed mightily when I tried to switch back into design mode
- all controls set to not tab through are placed in a spot where tabbing through shouldn't lead to them in the middle of my form
Some details that may be relevant, I don't know
-My database is split, so I'm obviously working with the front end
-my form is a pop up
-the relevant popup form is opened by another form that is also a popup, and stays open behind my relevant form
-What seems to be flicking is mostly the unbound labels, some lines/boxes I have drawn on, and to a lesser/less frequent extent, bound labels, and some of the controls
-I'm remotely logged in, and our connection is terrible today. The backend is saved on a network drive that's likely affected by the remote connection. The flickering was occurring beforehand, but it did seem like it was to a lesser extent. Of course I don't know whether that's because I've been staring at it for the past couple hours paying close attention, or because it really is worse today.
The flickering is so frequent it's really obnoxious, I would say about every other control, when updated/entering new info makes the screen flicker. Anyone have any suggestions or further informational questions?