I've done this many a time but just can't get my brain to work on this one.
I think I'm still suffering from that crushing NY Giants loss!!
I have a table called NewTable, It has 2 fields
1)Vendor Item No
2)UPC
I want to run a report that will check if the NewTable Vendor Item No
matches an items Vendor Item No and if it does then copy the NewTable.UPC to Item.UPC.
If it doesn't exist then skip.
I've tried some reports but it keeps bombing out.
If Item."Vendor Item No." = NewTable."Vendor Item No"
then
Item.UPC := NewTable.UPC
else
CurrReport.SKIP;
Item.MODIFY;
Codemasters please help.
0
Comments
http://www.BiloBeauty.com
http://www.autismspeaks.org
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
This is what I needed - once again I'm in your debt
We're in the process of importing thousands more items to and every vendor has a different f-in format and sometimes they come in bit's n pieces.
http://www.BiloBeauty.com
http://www.autismspeaks.org