Hello,
Could anyone help me what is wrong with the following code?
UNITCAPLOAD = DLookup("[UNITCAPLOAD]", "CSETTINGS", "[TYPEPRODUCT] = "& TYPEPRODUCT &" ")
It says me syntax error due to missing operator in TYPEPRODUCT.
TYPEPRODUCT is a string and is found correctly.
I appreciate your help.