The problem: If a form's header is set to visible, all objects on the form will flicker when the scrollbar is used.
This problem has annoyed me for some time and I figured to do a little testing. I have narrowed the problem down to when the form header is visible, all objects flicker. I was...
This deals with tables/forms/VBA code.
I have a table (tblData) that stores all information for a couple hundred records.
I have a method that copy/pastes all this information to a webbrowser based on the URL TitleBar. If the titlebar changes I need a way to update what to look for so it can...
I added about 15 new fields to a table and added textboxes bound to those fields in my form, but when I go to the VBA code I can not access any of those fields, just the textboxes I made. I have no clue why, I wonder if its some kind of refreshing whatever the VBA code is linked to but that...
Hi I have been trying to google a solution to this problem and have been asking several other forums and haven't gotten an answer to this issue I am having:
My form goes off the screen to the bottom and whenever you use the scrollbar on the right every single object on the form will flash until...