brendageorge
Programmer
I have this expression:
= IIf(forms![Order Details]![Line]=[Oakhill Sq],then [Unit Price]=DLookup("[Price]","[Oakhill Sq]","[Product ID]='"&[Product ID]&"'"))
It tells me that expression contains invalid syntax. What have I done wrong?
= IIf(forms![Order Details]![Line]=[Oakhill Sq],then [Unit Price]=DLookup("[Price]","[Oakhill Sq]","[Product ID]='"&[Product ID]&"'"))
It tells me that expression contains invalid syntax. What have I done wrong?