DEVELOP A REPORT FOR PO CHANGES

Sort:
You are not authorized to post a reply.
Author
Messages
cmarcous
Basic Member
Posts: 5
Basic Member

    I need to develop a query selecting PO number, vendor#, Vendor name, user id, before and after images and PO Audit Update Date where a PO Change has resulted in a net increase of over $25,000 from the previous PO total amount or in the case where no previous revisions are made, the original total PO amount.  I've attempted this with POAUDIT, PURCHORDER, PO COMPANY, & APVENMAST however there is something amiss with the joins or selection criteria.  Also tried unsuccessfully with the addins.

    Thanks in advance for your assistance.

    Adam Jacobson
    Veteran Member
    Posts: 69
    Veteran Member
      Without looking at your code, I'd suggest that you start with POAUDIT by itself.  find the appropriate changes on the field you need (as you know, the field number is the key).
      then, work on checking the changes - still working with POAUDIT.
      Once you have that done, you should be able to add joins to each file in turn and get the same result.

      You are not authorized to post a reply.