Nov 18, 2005 #1 herd Technical User Jun 23, 2003 46 US Is it possible to have a command button in Form1 change the Backcolor on a Label that's in Form2? Gary
Is it possible to have a command button in Form1 change the Backcolor on a Label that's in Form2? Gary
Nov 18, 2005 1 #2 PHV MIS Nov 8, 2002 53,708 FR If Form2 is a main form you may try something like this: Forms!Form2![name of label].BackColor = RGB(255, 255, 0) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
If Form2 is a main form you may try something like this: Forms!Form2![name of label].BackColor = RGB(255, 255, 0) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886