G
GD
I'm using the following:
=DLookUp("[NAME]","006_Employee_tbl","[EMP#]=" &
DLookUp("[EMPNO]","005_DMLog_tbl","[DM#]=[Forms]![002PaybackEntry_frm]![txtFergusonChargeback#]"))
It works fine when txtFergusonChargeback# is in 005_DMLog_tbl. But when it
isn't it returns "#Error". I need it to stay blank in that case. Any
suggestions?
Thanks!!
=DLookUp("[NAME]","006_Employee_tbl","[EMP#]=" &
DLookUp("[EMPNO]","005_DMLog_tbl","[DM#]=[Forms]![002PaybackEntry_frm]![txtFergusonChargeback#]"))
It works fine when txtFergusonChargeback# is in 005_DMLog_tbl. But when it
isn't it returns "#Error". I need it to stay blank in that case. Any
suggestions?
Thanks!!