I
isaac2004
hello i am creating a dynamic page with database access that acts as an
online store. i have a sql statement that needs the date and time of
the order to send an invoice to a user.
here is my code to insert the new values into the database
strInsertSQL = "INSERT INTO tblOrders (strEmail, ISBN, dtOrderDate) " &
_
"VALUES ('" & strEmail & "', '" & strISBN & "', ?
'")"
i dont know what value to input where the ? is thanks for the help
online store. i have a sql statement that needs the date and time of
the order to send an invoice to a user.
here is my code to insert the new values into the database
strInsertSQL = "INSERT INTO tblOrders (strEmail, ISBN, dtOrderDate) " &
_
"VALUES ('" & strEmail & "', '" & strISBN & "', ?
'")"
i dont know what value to input where the ? is thanks for the help