User Profile
Collapse
-
I already use another AND and something is wrong with the sintax as it gives me an error... -
Combined WhereCondition Using Access2007
I need a complex query from a table
The first part alone works well
...Code:Dim fechainicial As Date Dim stDocName As String Dim stLinkCriteria As String fechainicial = Text207 fechafinal = Text209 stDocName = "Incidenciasenlabasededatos" stLinkCriteria = "[Fecha]>=#" & fechainicial & "#" & " And " & "[Fecha]<=#"
No activity results to display
Show More
Leave a comment: