=Nz(DLookUp("[Mottaker]";"Mottaker";"[MottakerID] =" & DLookUp("[MottakerID]";"Lagerdata";"[Malernr] = " & [Malernr])))
I tried first without the Nz, but i get #Error in the controll when The Malernr doesnt have any MottakerID.
So the Dlookup inside the forst DLookup doesnt return anything. I doesnt want it to say #Error, i want it to return Null so that it will be blanc.
I tried first without the Nz, but i get #Error in the controll when The Malernr doesnt have any MottakerID.
So the Dlookup inside the forst DLookup doesnt return anything. I doesnt want it to say #Error, i want it to return Null so that it will be blanc.