Microsoft query to export time card data into excel?

Can someone tell me what table/s I need to include to export the time card data for a job code using Microsoft query? When I select various tables thus far, no data is showing up. I know I can export the time card report to excel directly, but the data does not export in a user-friendly format and requires a lot of manipulation. Thanks, in advance, for your help!

Parents
  • 0

    HI the tables below are used to populate the data for the "Time Track Report".  When you state the "the data does not export in a user-friendly format" can you provide details of what you expect to export, what is not user friendly and how you are exporting the data? 

    John Nichols

    Sage

    PR_TimeTrack
    PR_Employee
    PR_TimeTrackHistory
    JC_Job
    JC_CostCode
    PR_Department
    PR_EarningsCode
    PR_LaborCode
    PR_TaxProfile
    PR_TaxState
    PR_TimeTrackShift
    PR_WorkersComp
    PR_Options

  • 0 in reply to jcnichols

    I jcnichols. When I'm in Sage and run a TimeCard report a job, the excel export data is not easy to manipulate for analysis. When I try to create a Microsoft SQL query and select the time card tables (i.e. TimeCard masterfile, etc), no data is returned. I'd like to create a query that includes: Job #, cost code, employee name and #, date worked, department worked. Any help would be greatly appreciated! I'll try your above suggestion. 

    One item to note, we don't use Sage to process payroll, but employee hours are manually entered into the system.

Reply
  • 0 in reply to jcnichols

    I jcnichols. When I'm in Sage and run a TimeCard report a job, the excel export data is not easy to manipulate for analysis. When I try to create a Microsoft SQL query and select the time card tables (i.e. TimeCard masterfile, etc), no data is returned. I'd like to create a query that includes: Job #, cost code, employee name and #, date worked, department worked. Any help would be greatly appreciated! I'll try your above suggestion. 

    One item to note, we don't use Sage to process payroll, but employee hours are manually entered into the system.

Children