Nov 18, 2005 #1 herd Technical User Joined Jun 23, 2003 Messages 46 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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