Hi,
i'm currently trying to display a date on a form via a dlookup but i'm comming across some issues.
The query's name is PRISM_SAMPLEDATE
The field with information i want to display on my form is PLANNEDSTARTDATE
and i want it to relate to my form (Design_Detail_ProjectManagement) to the query via the JobNumber
So far i've just been getting #error.
could anyone advise ? the dlookup is below for reference and mockery
=DLookUp("[PRISM_SAMPLEDATE]","[PLANNEDSTARTDATE]","[JobNumber] = " & [Forms]![Design_Detail_ProjectManagement]![JobNumber])
i'm currently trying to display a date on a form via a dlookup but i'm comming across some issues.
The query's name is PRISM_SAMPLEDATE
The field with information i want to display on my form is PLANNEDSTARTDATE
and i want it to relate to my form (Design_Detail_ProjectManagement) to the query via the JobNumber
So far i've just been getting #error.
could anyone advise ? the dlookup is below for reference and mockery
=DLookUp("[PRISM_SAMPLEDATE]","[PLANNEDSTARTDATE]","[JobNumber] = " & [Forms]![Design_Detail_ProjectManagement]![JobNumber])