Hi Lucausa
I'm AnnaThomas and I'd happily help you with your question. In this Forum, we are Microsoft consumers just like yourself.
Yes, you can change the background color of a CheckBox on an MS Access Userform to match the background color of the Userform. You can do this by setting the BackColor property of the CheckBox to the same value as the BackColor property of the Userform.
For example, if your Userform is named UserForm1 and your CheckBox is named CheckBox1, you can use the following code to set the background color of the CheckBox to match the background color of the Userform:
UserForm1.CheckBox1.BackColor = UserForm1.BackColor
You can place this code in the UserForm_Initialize event so that it runs when the Userform is opened.
I hope this helps ;-), let me know if this is contrary to what you need, I would still be helpful to answer more of your questions.
Best Regards,
AnnaThomas
Give back to the community. Help the next person with this problem by indicating whether this answer solved your problem. Click Yes or No at the bottom.