Hi All
Im trying to do a DlookUp in a query.
My Query has 2 fields
Field1: CaseID (Bring back the CaseID fom another query)
Field2: DLookUp("[Date]","tblPayments","[CaseID]= [qry1InvoicedPayments].[CaseID]")
...So my question is that my DlookUp doesnt work as it doesnt recognise...