Dear,
I have an expression I need to use to apply conditional formatting.
The Expression is:
Day([lblDay0].[Caption]) & "/" & Month([lblDay0].[Caption])=Day(DLookUp("[Klantenbestand].[Geboortedatum]";"[Klantenbestand]";"[Klantenbestand].[Naam kind]='" & [Forms]![Bezetting komende 7 dagen]![Naam_kind] & "'" & " AND [Klantenbestand].[Voornaam kind]='" & [Forms]![Bezetting komende 7 dagen]![Voornaam_kind] & "'")) & "/" & Month(DLookUp("[Klantenbestand].[Geboortedatum]";"[Klantenbestand]";"[Klantenbestand].[Naam kind]='" & [Forms]![Bezetting komende 7 dagen]![Naam_kind] & "'" & " AND [Klantenbestand].[Voornaam kind]='" & [Forms]![Bezetting komende 7 dagen]![Voornaam_kind] & "'"))
However, the Expression Builder does not allow me to copy/paste the whole formula, due to ??? max number of characters? If so, does anyone know a workaround? The conditional formatting must color the background color of a textbox in case the condition is met.
Thank you in advance.
Kind regards,
Bart