I have applied conditional formatting for a continuous form based on the date. The form (subform )displays all dates of month and if a particular day is a holiday, the row has to be highlighted. In other words, the formatting fails to apply if the holiday is at the start of the month.I have tested for few dates and 12th was the earliest date where formatting was applied successfully.I have holidays stored in a different table and I have used [MyDateField]=Dlookup("HolidayDate","Holidays") as condition for formatting.
Is there a way to re-apply the formatting after the form is completely loaded ? When the data is loaded in any form, when does the conditional formatting (sequence of events) takes place ?