G
Guest
I am trying to tranfer data from a quote file to an order file upon receipt of an order
This is the formula I have now
=DLookUp("[SIGNATURE DWG # A]","
This is the formula I have now
=DLookUp("[SIGNATURE DWG # A]","
","[SIGNATURE QUOTE NUMBER]=![SIGNATURE QUOTE NUMBER]"
I want to lookup the SIGNATURE DWG # A in my quote file when SIGNAUTRE QUOTE NUMBER in my orders form is the same as SIGNATURE QUOTE NUMBER in my quote file. The formula above works for the first quote but when i have a new order with another quote number it returns the value for the first quote in the quote form. When I enter quote 2 in my order form i need it to return the SIGNATURE DWG # A for quote 2.
I anyone has any suggestions it would be greatly appreciated. Thanks Shawn