locked
Search Criteria RRS feed

  • Question

  • How do I create a query search criteria based only on the month and day and not the year?
    Thursday, October 22, 2015 4:38 PM

Answers

  • Format(<your date field name>,"mm/dd")=MonthDayCriteria

    or

    Day(<your date field name>) = DayCriteria AND Month(<your date field name>)=MonthCriteria


    Thursday, October 22, 2015 4:44 PM

All replies

  • Format(<your date field name>,"mm/dd")=MonthDayCriteria

    or

    Day(<your date field name>) = DayCriteria AND Month(<your date field name>)=MonthCriteria


    Thursday, October 22, 2015 4:44 PM
  • RunningMan,

    May I make a sugest? 

    The fieldname should not be between "[" and "]" instead of "<" and ">"
    Thursday, October 22, 2015 5:25 PM
  • RunningMan,

    May I make a sugest? 

    The fieldname should not be between "[" and "]" instead of "<" and ">"

    I use the greater than / less than signs only to symbolize that the user needs to decide what goes in that position.  But thank you.

    Best,

    RM

    Thursday, October 22, 2015 5:35 PM