genuineblonde
Technical User
I am a major newbie...so please be gentle.
I have the following select statements.
SELECT Download_Schedule.Machine, Download_Schedule.EndDateTime, Download_Schedule.ordnumber, Download_Schedule.customer, Download_Schedule.Qty, Download_Schedule.brand, Download_Schedule.BagSpecNo, Download_Schedule.Hours, Download_Schedule.StartDateTime
FROM Download_Schedule Download_Schedule
I need to convert Download_Schedule.Qty to a number and Download_Schedule.EndDateTime to a date and time configuration to be used in an Excel Calculation. Both Items come in as Text.
Example Quantity: 1501
Example EndDateTime: 2004-11-04 08:43:00
I would really appreciate your help.
I have the following select statements.
SELECT Download_Schedule.Machine, Download_Schedule.EndDateTime, Download_Schedule.ordnumber, Download_Schedule.customer, Download_Schedule.Qty, Download_Schedule.brand, Download_Schedule.BagSpecNo, Download_Schedule.Hours, Download_Schedule.StartDateTime
FROM Download_Schedule Download_Schedule
I need to convert Download_Schedule.Qty to a number and Download_Schedule.EndDateTime to a date and time configuration to be used in an Excel Calculation. Both Items come in as Text.
Example Quantity: 1501
Example EndDateTime: 2004-11-04 08:43:00
I would really appreciate your help.