S sotiris Registered User. Local time Today, 08:16 Joined Nov 9, 2006 Messages 22 Mar 21, 2007 #1 I have a table with the fields below, ColorID-Color 1 White 2 Black 3 Blue ... ... I wonder if there is a way to appear in a form an unbound object which will appear the color in each record.
I have a table with the fields below, ColorID-Color 1 White 2 Black 3 Blue ... ... I wonder if there is a way to appear in a form an unbound object which will appear the color in each record.
M Moniker VBA Pro Local time Today, 10:16 Joined Dec 21, 2006 Messages 1,567 Mar 21, 2007 #2 In a form in form view, yes, you can set the color of each field to whatever you want. In a form in datasheet view, no, you cannot. Formatting applied to a datasheet applies to the entire datasheet, not each individual cell.
In a form in form view, yes, you can set the color of each field to whatever you want. In a form in datasheet view, no, you cannot. Formatting applied to a datasheet applies to the entire datasheet, not each individual cell.