Hi,
I have a form with a subform on it which is populated by a querydef built based on selections made on the two combo boxes on the main form. The values in the subform are all dates. While there are times when the subform returns a single value, there are other times when there are multiple records on the subform. My goal is to do some conditional formatting on the subform controls so that if the date < today's date, then that text box turns red, but if date on subform text box > today's date then that text box turns green.
From what I have read so far, Access does not allow for controls on a subform to be treated separately, which is probably why all of the records on my subform reflect the colors based on my first record.
Does anyone know a way around this feature of Access so that I can in fact treat each of the records as individual? Any help would be greatly appreciated as I have been struggling with this issue for a few days.
Thanks in advance!