<br><br> I am probably overlooking something here but....<br><br> I am trying to change the ForeColor on a Commandbutton. I checked MSDN online and I should beable to do this. Although, when I try to change it with:<br><br> Commandbutton1.ForeColor = &HFF<br><br> I get a datamember not applicable error with the forecolor command??? As well I do not see that Property with the normal Commandbutton options. Although, MSDN online says you can use ForeColor as a property with Commandbutton to change the color of the button's caption. It is probably simple and I am overlooking it... But where am I going wrong. Is there another component elsewhere I have to load to change the color of the buttons caption?<br><br> Thanks for the help in advance,<br><br> John Stephens<br><br>P.S. I have changed Labels forcolor all the time so I know it can be done. Just not with command buttons.