This is strange.
I installed an A2003 database for a client that uses A2007. On one particular subform (single-form view), if I click on a combobox and then click another control, the combobox background becomes transparent. Even stranger, where the combobox dropdown overlaps a portion of another control, it makes that portion of background of the other control transparent! Although to only 1 of the 2 controls it overlaps.
At first I thought it was just them, but I’m able to recreate it on my system when I use A2007. I do have code in place to change the background color of a control upon Enter and Exit, but I’ve used this for years; and the problem still persists even after removing it. I even opened the subform as a stand-alone form and the problem persists. Apparently this is merely some sort of display problem, because from the Immediate Window I checked the values of BackColor and BackStyle for the combobox, and they report what they should be (not what is seen on the screen). I can’t make this happen on another form.
The only commonality I can figure out is that it seems to happen to a combobox if focus leaves it and moves to another combobox. I did make it happen on another form (intermittently) by copying that combobox over from the affected form. I also converted the database to A2007 format and it still happens!
Has anyone seen this?