Related:
- Compare dates within rows
- Need help comparing dates... ✓ - Forum - Excel
- Macro to compare and delete rows ✓ - Forum - Excel
- Comparing dates in multiple columns and using one that matches ✓ - Forum - Excel
- Compare files & Insert row per condition VBA ✓ - Forum - Programming
- Excel - Compare two lists and change row color - How-To - Excel
1 reply
in Excel, you can use Conditional formatting. In Access you can use a continuous form and some VBA code to highlight the row. You can't color the row just a a query. But, you can add another column that can act as a flag if all three match, i.e. IF date1=date2 and date2=date3 then flag=TRUE. Then filter for this.