Sage 100

 View Only
  • 1.  I need to recreate a simpler version of the ""Job T

    Posted 01-30-2017 10:39
    I need to recreate a simpler version of the ""Job Transaction Detail Report"" using MSQuery. Anyone know what tables are used to make that?


  • 2.  RE: I need to recreate a simpler version of the ""Job T

    Posted 01-30-2017 10:59
    JC3 is the main one


  • 3.  RE: I need to recreate a simpler version of the ""Job T

    Posted 01-30-2017 11:08
    Thanks @BethBowers


  • 4.  RE: I need to recreate a simpler version of the ""Job T

    Posted 01-31-2017 07:15
    Also include JC0, JC1, JC2, JCC, SY0. There's probably a file in the Reports folder called JCW003.RPT. You should be able to make a backup of that report and modify the original.


  • 5.  RE: I need to recreate a simpler version of the ""Job T

    Posted 01-31-2017 08:00
    This could be an overload of tables for MSQuery. If you find that it is, it might be easier to use Access PTQ's and then create a select query table to join the table and include just the records you need. THEN use Excel to pull the data.


  • 6.  RE: I need to recreate a simpler version of the ""Job T

    Posted 01-31-2017 08:58
    Yeah, I had a flood of memories after the Job Cost Master report changed (3.71 to 4.x) and how difficult is was to recreate because of the record types dynamically changing what fields were used.