Query specific date between 2 date fields?

  • This is probably really simple, but it's giving me a tough time.

    I have to date fields. StartDate and EndDate.

    How could I find records where the date is between those fields?

    The records I'm looking for could be = to the startdate, = to the enddate, or between both date fields.

    I appreciate any help!

  • select [the columns] from [the table] where [the date] between StartDate and EndDate ?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply