Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
strSQL = "INSERT INTO Bliss1TPM(Produced, Rejected, RunTime, DownTime, Shift, ProducedDate, Line, EnteredDate) "
strSQL = strSQL & "VALUES('"&intProduced&"', "
strSQL = strSQL & '"&intRejected&"', '"&intRunTime&"', "
strSQL = strSQL & '"&intDownTime&"', '"&strShift&"', "
strSQL = strSQL & '"&datDateTimeField&"', '"&strLine&"', "
strSQL = strSQL & '"&GetDate()&"'); "
strSQL = "INSERT INTO Bliss1TPM(Produced, Rejected, RunTime, DownTime, Shift, ProducedDate, Line, EnteredDate) "
strSQL = strSQL & "VALUES('"&intProduced&"', "
strSQL = strSQL & " '"&intRejected&"', '"&intRunTime&"', "
strSQL = strSQL & " '"&intDownTime&"', '"&strShift&"', "
strSQL = strSQL & " '"&datDateTimeField&"', '"&strLine&"', "
strSQL = strSQL & " '"&GetDate()&"'); "