C crich21 Registered User. Local time Today, 10:45 Joined Jan 10, 2003 Messages 97 May 4, 2003 #1 by reading several posts I came up with the DoCmd.RunCommand acCmdSelectRecord to highlight a record in a subform in datasheet view. My question is, is there any way to adapt a gray background color to the selected record instead of black?
by reading several posts I came up with the DoCmd.RunCommand acCmdSelectRecord to highlight a record in a subform in datasheet view. My question is, is there any way to adapt a gray background color to the selected record instead of black?
J Jack Cowley Registered User. Local time Today, 15:45 Joined Aug 7, 2000 Messages 2,639 May 4, 2003 #2 The short answer is no...
C crich21 Registered User. Local time Today, 10:45 Joined Jan 10, 2003 Messages 97 May 4, 2003 #3 thanks for the reply I will just use conditional formatting on each field then.