Hi
i want to update data in table A
where [EMPID]= null
with other table B
i m using formula as
=IIf("[EmpId]"="#N/A",DLookUp("[Empid]","[B)]","[Account]='" & [Account] & "'"),"[EmpId]"="[EmpId]")
but it gives a messege of error
please tell me where is my fualt
thanks in advance
i want to update data in table A
where [EMPID]= null
with other table B
i m using formula as
=IIf("[EmpId]"="#N/A",DLookUp("[Empid]","[B)]","[Account]='" & [Account] & "'"),"[EmpId]"="[EmpId]")
but it gives a messege of error
please tell me where is my fualt
thanks in advance