I am needing to change the font color on a command button on a different form when there is a status change on another form.
This is what I am thinking of... I am wanting to put this in the ONCURRENT of the form that has the command button.
If the status of objectX on formX = textX THEN
me.commandbutton.fontface = red
else
me.fontface = black
But this is not working?
Any thoughts?
Thanks
Chance~
This is what I am thinking of... I am wanting to put this in the ONCURRENT of the form that has the command button.
If the status of objectX on formX = textX THEN
me.commandbutton.fontface = red
else
me.fontface = black
But this is not working?
Any thoughts?
Thanks
Chance~