DO not understand - DLOOKUP (1 Viewer)

Gunnerp245

Gunner
Local time
Today, 03:03
Joined
Jan 16, 2006
Messages
39
I want to develop a report from my database with various "assignments" across the top with the start date underneath.

I have a query named NextOccurance. All assignments i.e. SMART are text, Start Date is Date/Time (mm/dd/yyyy).

On a report using a unbound text box for the control source I have entered;

=DLookUp("[START DATE]","NextOccurance","[Assignment]='" & [SMART] & "'")

The report however displays #Name? .

Gunner...:(
 

DCrake

Remembered
Local time
Today, 08:03
Joined
Jun 8, 2005
Messages
8,632
You need to refer to the name of the control on the report as opposed to the name of the field in the table/query.

David
 

Users who are viewing this thread

Top Bottom