Ayuda con sentencia
Publicado por Alex (1 intervención) el 10/10/2006 10:48:00
a ver si alguien m puede ayudar con esta sentencia, m dice k no coinciden los tipos
fichero = App.Path
Open fichero & "\LonjaExport.txt" For Output As #11
strSQL = "select * from subastasfichero2 where '" & txtDeFech.Text & "' <= FechaSubasta and '" & txtAfech.Text & " ' >= FechaSubasta "
Set tbcursor = dbbasededatoszahen.OpenRecordset(strSQL)
Un saludo y gracias por intentar ayudarme!
fichero = App.Path
Open fichero & "\LonjaExport.txt" For Output As #11
strSQL = "select * from subastasfichero2 where '" & txtDeFech.Text & "' <= FechaSubasta and '" & txtAfech.Text & " ' >= FechaSubasta "
Set tbcursor = dbbasededatoszahen.OpenRecordset(strSQL)
Un saludo y gracias por intentar ayudarme!
Valora esta pregunta


0