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...
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})
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.