This article explains the cause, and contains the code to find and change
all the affected controls in an mdb:
Flicker with tab controls
at:
http://allenbrowne.com/ser-46.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"CK" <C...@discussions.microsoft.com> wrote in message
news:0F8C5934-7F87-475C...@microsoft.com...
> There is one form which has several tabs and I noticed when I moved my
> mouse
> over the form itself, the form/screen flickers quickly everytime. It's
> like
> the form is trying to refresh itself or something. Any ideas where I
> should
> start looking with such symptoms? Thanks.
> ck
Cheers, JohnB
>-----Original Message-----
>Thanks, Allen.
>ck
>
>"Allen Browne" wrote:
>
>> Yes, this is a problem with tab controls in Access 2003
on Windows XP.
>>
>> This article explains the cause, and contains the code
to find and change
>> all the affected controls in an mdb:
>> Flicker with tab controls
>> at:
>> http://allenbrowne.com/ser-46.html
>>
>> --
>> Allen Browne - Microsoft MVP. Perth, Western Australia.
>> Tips for Access users - http://allenbrowne.com/tips.html
>> Reply to group, rather than allenbrowne at mvps dot org.
>>
>> "CK" <C...@discussions.microsoft.com> wrote in message
>> news:0F8C5934-7F87-475C-B307-
8643AE...@microsoft.com...
>> > There is one form which has several tabs and I
noticed when I moved my
>> > mouse
>> > over the form itself, the form/screen flickers
quickly everytime. It's
>> > like
>> > the form is trying to refresh itself or something.
Any ideas where I
>> > should
>> > start looking with such symptoms? Thanks.
>> > ck
>>
>>
>>
>.
>
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"JohnB" <anon...@discussions.microsoft.com> wrote in message
news:0d4601c5549c$052cca60$a501...@phx.gbl...
> Hi. I hope someones still watching this thread. Allen,
> does your code work on Access 2002? My db is 2002 and I
> though it might be best to clean it up now because our
> company has its PCs on a lease and they will all be
> changed out in about a year and 2002 may be replaced with
> 2003. I use Tab Control for the dbs main switchboard and
> Im sure I have many unconnected Labels in the forms.
>
> Cheers, JohnB
>
>>-----Original Message-----
>>Thanks, Allen.
>>ck
>>
>>"Allen Browne" wrote:
>>
>>> Yes, this is a problem with tab controls in Access 2003
> on Windows XP.
>>>
>>> This article explains the cause, and contains the code
> to find and change
>>> all the affected controls in an mdb:
>>> Flicker with tab controls
>>> at:
>>> http://allenbrowne.com/ser-46.html
>>>
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Darrell" <Dar...@llu.com> wrote in message
news:760BADCA-8E43-4D7F...@microsoft.com...
This also occurs in our 2007 database as well.
Do I have a property setting wrong? Is there anything I can do so the tab
does not 'flicker' numerous times when the main form is opened?
Thank you sooo much for any advice!!!
Janis in Minnesota :)
Jeanette Cunningham
"Janis in Minnesota" <JanisinM...@discussions.microsoft.com> wrote in
message news:FDEBB47A-C06F-43C5...@microsoft.com...
The way you describe your issue, it has to do with the form being requeried
about 15 times when it opens. This sounds much more like other issues, such
as:
- The source queries are set up, e.g. if they read a value from the form
that is not open yet, or use parameters.
- Conditional Formatting
- Cyclic triggering of events between main form and subform.
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Janis in Minnesota" <JanisinM...@discussions.microsoft.com> wrote in
message
news:FDEBB47A-C06F-43C5...@microsoft.com...
>I have loaded the code and run the program. I have a tab control with 15
> tabs. When the user opens the main form, initially, this tab re-freshes
> itself (probably 15 times would be my best guess). It looks crazy! Once
> the main form is open it does not happen again.
>
> This also occurs in our 2007 database as well.
>
> Do I have a property setting wrong? Is there anything I can do so the
> tab does not 'flicker' numerous times when the main form is opened?
>
> Thank you sooo much for any advice!!!
>
> Janis in Minnesota :)
>
> "Allen Browne" wrote:
>
>> Yes, this is a problem with tab controls in Access 2003 on Windows XP.
>>
>> This article explains the cause, and contains the code to find and change
>> all the affected controls in an mdb:
>> Flicker with tab controls
>> at:
>> http://allenbrowne.com/ser-46.html
>>