syntax error in insert into statement
Publicado por Luis (15 intervenciones) el 30/07/2020 19:27:13
Hola tengo un error de sintaxis que no he podido corregir y estoy a ponto de quebrerme jajaja, aqui les muestro el codigo, alguien me podría ayudar a identificar y corregir??
Saludos!
1
2
3
4
5
CurrentDb.Execute "INSERT INTO Registro(Orden,ShipDT,Date,Time) VALUES( '" _
& Me.Combo9 & "', #" _
& Format(Me.Cust_Req_Ship_Dt, "mm/dd/yyyy") & "#, #" _
& Format(Me.Auto_Date, "mm/dd/yyyy") & "#, #" _
& Format(Me.Auto_Time, "hh:mm:ss") & "#)", dbFailOnError
Saludos!
Valora esta pregunta


0