Available in the LEADTOOLS Imaging toolkit.
BackColor example for Access 2.0
This example sets the background color to red. You can zoom out to see the background color.
Me![LEAD1].Object.BackColor = RGB(255,0,0)