Snowflake68
Registered User.
- Local time
- Today, 05:10
- Joined
- May 28, 2014
- Messages
- 464
I have been trying to solve a screen flicker for days now. Every time the form updates it flickers. I have combo boxes and check boxes and no matter which control is used the screen always flickers.
I have tried using the code below on the form load event and also on each of the controls after update event but it doesn't stop the flicker. On each of the controls after update event I have a macro that runs an update query. The macro also has the Echo set to No.
I have also ensured that there are no unassociated labels on the form which another forum suggested but this hasn't worked either. :banghead:
I am using Access 2013 (part of Office Professional Plus 2013) and windows 10 but dont think this has anything to do with it.
Can anyone suggest anything else to try please.
Thanks
I have tried using the code below on the form load event and also on each of the controls after update event but it doesn't stop the flicker. On each of the controls after update event I have a macro that runs an update query. The macro also has the Echo set to No.
Code:
Application.Echo False
I have also ensured that there are no unassociated labels on the form which another forum suggested but this hasn't worked either. :banghead:
I am using Access 2013 (part of Office Professional Plus 2013) and windows 10 but dont think this has anything to do with it.
Can anyone suggest anything else to try please.
Thanks