Trouble with Lookup Macro

RammerJammer1674

Registered User.
Local time
Today, 17:30
Joined
Jan 2, 2013
Messages
18
Hi everyone.

I'm having problems with the very last line of my macro. It's a SetReturnVar. When I set the Expression= some arbitrary value it works. However, when I set the Expression = VendorName, the way it needs to be, it gives me an error saying the identifier could not be found. Any help? Thanks!


PS, please see attached jpg to view my code. :)
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    59.4 KB · Views: 129
Have you tried looking up the record in PurchaseOrders itself rather than on a select clause based on PurchaseOrders?
 
Have you tried looking up the record in PurchaseOrders itself rather than on a select clause based on PurchaseOrders?



Yes, I have. But that's not the line that is giving me problems. It works in some of my other macros. Just not this particular one. It's just my SetReturnVar that is giving me errors.
 

Users who are viewing this thread

Back
Top Bottom