C codexproject New member Local time Today, 09:05 Joined Oct 22, 2009 Messages 9 Oct 22, 2009 #1 Hi I have this attached example. its working fine in 2003 but not in 2007 especially when I change the background color of the application window. Can somebody assist me why it does not work. Attachments change ms access background.mdb change ms access background.mdb 548 KB · Views: 267
Hi I have this attached example. its working fine in 2003 but not in 2007 especially when I change the background color of the application window. Can somebody assist me why it does not work.
M Mr. B "Doctor Access" Local time Today, 11:05 Joined May 20, 2009 Messages 1,932 Oct 22, 2009 #2 Try converting your color specification to hexadecimal values. That is what 2007 requires.
A Atomic Shrimp Humanoid lifeform Local time Today, 17:05 Joined Jun 16, 2000 Messages 1,954 Oct 22, 2009 #3 Does none of the event code work? If so, you need to set the location of the file as 'trusted' - details here: http://office.microsoft.com/en-us/access/HA100319991033.aspx
Does none of the event code work? If so, you need to set the location of the file as 'trusted' - details here: http://office.microsoft.com/en-us/access/HA100319991033.aspx
C codexproject New member Local time Today, 09:05 Joined Oct 22, 2009 Messages 9 Oct 24, 2009 #4 ah Mr. B, I am not familiar with hexadecimals. can you teach me how to do it.
Steve R. Retired Local time Today, 12:05 Joined Jul 5, 2006 Messages 5,792 Oct 24, 2009 #5 See this thread for some links that explain what is going on. Hexadecimal Irritation
M Mr. B "Doctor Access" Local time Today, 11:05 Joined May 20, 2009 Messages 1,932 Oct 24, 2009 #6 Steve R., Thanks for providing the link and subsequently the infor. I appreciate it.