User Profile

Collapse

Profile Sidebar

Collapse
emari2
emari2
Last Activity: Oct 21 '08, 12:59 PM
Joined: Oct 19 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • emari2
    replied to Combined WhereCondition Using Access2007
    I already use another AND and something is wrong with the sintax as it gives me an error...
    See more | Go to post

    Leave a comment:


  • emari2
    started a topic Combined WhereCondition Using Access2007

    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]<=#"
    ...
    See more | Go to post
    Last edited by Stewart Ross; Oct 20 '08, 08:52 AM. Reason: Please use the code tags provided.
No activity results to display
Show More
Working...