Nov 27, 2012 #1 davyre Programmer Oct 3, 2012 197 AU Hi, I got this code Code: custQtyOrder=dlookup("Qty","TblCustOrderUnit","OrderID=dlookup("custOrderID","TblCustOrder","PONumber=" & PO & ")") it shows error Expected list separator or ) any help? THanks!
Hi, I got this code Code: custQtyOrder=dlookup("Qty","TblCustOrderUnit","OrderID=dlookup("custOrderID","TblCustOrder","PONumber=" & PO & ")") it shows error Expected list separator or ) any help? THanks!
Nov 27, 2012 #2 PHV MIS Nov 8, 2002 53,708 FR custQtyOrder=DLookUp("Qty","TblCustOrderUnit","OrderID=" & DLookUp("custOrderID","TblCustOrder","PONumber=" & PO & ")") Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
custQtyOrder=DLookUp("Qty","TblCustOrderUnit","OrderID=" & DLookUp("custOrderID","TblCustOrder","PONumber=" & PO & ")") Hope This Helps, PH. FAQ219-2884 FAQ181-2886
Nov 27, 2012 Thread starter #3 davyre Programmer Oct 3, 2012 197 AU Hi PHV, are you sure about your code? Because after I copy and paste yours, it still shows error expected list separator or ) Upvote 0 Downvote
Hi PHV, are you sure about your code? Because after I copy and paste yours, it still shows error expected list separator or )
Nov 27, 2012 1 #4 PHV MIS Nov 8, 2002 53,708 FR sory for the typo: custQtyOrder=DLookUp("Qty","TblCustOrderUnit","OrderID=" & DLookUp("custOrderID","TblCustOrder","PONumber=" & PO)) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
sory for the typo: custQtyOrder=DLookUp("Qty","TblCustOrderUnit","OrderID=" & DLookUp("custOrderID","TblCustOrder","PONumber=" & PO)) Hope This Helps, PH. FAQ219-2884 FAQ181-2886