I've got a form with 2 subforms on it. I have bound text boxes on both subforms that have their Back Style property set to 'Transparent'. This works fine until I change the working record, and then they're not transparent anymore.
This is odd, but I figured I could just change the Back Color property to match the form's Back Color and achieve the same effect. However, when I try to change the Back Color of any of these bound text boxes, the color doesn't actually change. No matter what color I set the Back Color property to, it remains a light gray color.
I don't have any code that messes with the Back Color property or the Back Style property of any of my controls, so I know there's nothing strange happening on that end. The issue persists regardless of if I'm changing records through code or navigation buttons, and if I view it through the parent form or open one of the subforms without the parent form.
Let me know if any additional information is needed. I'm pretty lost as to whats causing this so I'm not sure if I'm omitting anything important.
Thanks in advance for any help!