Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Darryl Johnson

    Adding labor hours to a date time field

    No, I'm Using crystal reports, Database is for Dessault Systems IQMS It has a date time field for when a job ends on a machine "{HIST_ILLUM_LOG.END_TIME}". It does not have a date time field for when the setup ends/machine starts running so I am trying to add the amount of setup time (in hrs) to...
  2. Darryl Johnson

    Adding labor hours to a date time field

    Labor hours is in a different table, I tried this and still doesn't work UPDATE HIST_ILLUM_LOG SET END_TIME = DateAdd("n", {@labor hours}, END_TIME)
  3. Darryl Johnson

    Adding labor hours to a date time field

    Can you tell me how to add a labor hours field to a datetime field? Works: DateAdd("n", 30, {HIST_ILLUM_LOG.END_TIME}) Doesn't work: DateAdd("n", {@labor hours}, {HIST_ILLUM_LOG.END_TIME})

Part and Inventory Search

Back
Top