I use a Dlookup with a date criteria. With some dates this works fine, with other dates it returns a #error. I can not figur out what I am doing wrong.
=Nz(DLookUp("[TSB]";"tblCTLATL";"[Day]=#" & Format([cboActivityDate];'Medium Date') & "#"))
In my opinion it has something to with the formatting. Can anyone help me?