G
Guest
Need to filter between two date fields. Have coded two different methods and
get same syntax missing operator error. Have searched postings for clues but
need a little guidance:
stLinkCriteria = "IncidentDate = Between #" & Me.startdate & "# and #" &
Me.enddate & "#"
or
stLinkCriteria = "IncidentDate " & ">=#" & Me.startdate & "# and <=#" &
Me.enddate & "#"
Thanks and have a safe weekend
get same syntax missing operator error. Have searched postings for clues but
need a little guidance:
stLinkCriteria = "IncidentDate = Between #" & Me.startdate & "# and #" &
Me.enddate & "#"
or
stLinkCriteria = "IncidentDate " & ">=#" & Me.startdate & "# and <=#" &
Me.enddate & "#"
Thanks and have a safe weekend