G
Guest
I am trying to use an if statement to transfer data from a quote file to an order file
This is what I have so far
=IIf([Item]="A",(DLookUp("[CUSTOMER DWG # A]","
This is what I have so far
=IIf([Item]="A",(DLookUp("[CUSTOMER DWG # A]","
","[SIGNATURE QUOTE NUMBER]=![SIGNATURE QUOTE NUMBER]")),""
This works but I need to add if statements for Items B,C,D & E. I can not figure out how to string the if statements together
If anyone has any suggestions it would be greatly appreciated.