Transparent Backstyle in Tab Control Not Working

C

Chris

Hi

I am programming in Access 2003 under XP Home Edition, and am unable to get
the Backstyle to work with the Transparent setting when using Tab controls.
The format is the same whether I choose Normal or Transparent.

Has anyone else experienced this, or found a solution?

Many Thanks
Chris
 
A

Allen Browne

This is a problem with themed controls under Windows XP.

You can avoid the problem if you uncheck the box:
Tools | Options | Forms/Reports | Use Windows Themed Controls.
 
A

Allen Browne

AFAIK Rick, the other option is to turn off themes under WinXP, i.e.
right-click the Windows desktop, choose Properties, and set the Theme to
Classic.
 
C

Chris

Allen

Sorry I havn't got back to you earlier, but Ihave only just been back on my
XP machine.

Thanks very much. This has indeed sorted my problem out, I'll just work out
how to code that up in VBA so that I can set the environment

Regards
Chris
 
T

TT

--
Todd Thompson


Allen Browne said:
AFAIK Rick, the other option is to turn off themes under WinXP, i.e.
right-click the Windows desktop, choose Properties, and set the Theme to
Classic.
 
Top