BobJacksonNCI
Technical User
I've used Dlookup before and never had trouble like this...
Working on an .ADP with Access 2000 front, SQL 7 back.
Report control contains:
=DLookUp("[CostCenter]","MgrTB_tlkpCostCenter","[Dept] = " & [Forms]![frm_TIME_OFF]![txtDept])
The form is open with data loaded.
Fields are text (char).
And it STILL returns #Error in the control when I
execute the report. Tried adding the table name in
front of [Dept] in case there is another [Dept]...
Also added dbo. in front of the table - nope.
Should be easy, but isn't so far.
Assistance IS appreciated!
Working on an .ADP with Access 2000 front, SQL 7 back.
Report control contains:
=DLookUp("[CostCenter]","MgrTB_tlkpCostCenter","[Dept] = " & [Forms]![frm_TIME_OFF]![txtDept])
The form is open with data loaded.
Fields are text (char).
And it STILL returns #Error in the control when I
execute the report. Tried adding the table name in
front of [Dept] in case there is another [Dept]...
Also added dbo. in front of the table - nope.
Should be easy, but isn't so far.
Assistance IS appreciated!