Oct 22, 2003 #1 zevw MIS Jul 3, 2001 697 US I would like to change the Back Color of a "form header" with code based on a certain value in a query: Lets say if type is 1 change the back color to yellow if type is 2 change the back color to pink
I would like to change the Back Color of a "form header" with code based on a certain value in a query: Lets say if type is 1 change the back color to yellow if type is 2 change the back color to pink
Oct 22, 2003 #2 VBslammer Programmer Aug 12, 2002 1,367 US Code: Me.Section(1).BackColor = RGB(255, 255, 0) 'yellow VBSlammer Unemployed in Houston, Texas Upvote 0 Downvote