Link to home
Start Free TrialLog in
Avatar of SteveL13
SteveL13Flag for United States of America

asked on

Background color of a record in a datasheet view form

I'm not sure if this is possible.  I want to highlight a row in a datasheet view form if the following situation exists.  The form has tblEstimateNotes as its record source.

There are two tables.  One is named tblCustomerAutoNotes and the other one is named tblEstimateNotes.  If any one value of fieldname in a row in tblEstimateNotes MATCHES the value of fieldname in tblCustomerAutoNotes then make the background color of that row a light green.

Possible?
ASKER CERTIFIED SOLUTION
Avatar of Dale Fye
Dale Fye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it is always possible.  The question is .... is it practical.

Sometimes the best way to handle it is to create a pretend form.  using a table, report, or other object that allows what you want easily and mimic's form behavior using code.