G
greenbg via AccessMonster.com
hi
I am trying to get a list of name who's birthday is 35 of days away. I have
build a query with all of the information the I need. Under the field birth I
enter the following criteria:
IIf(DateDiff("d",[birth],Date())<=35,[TITLE]+" "+[LNAME]," ")
I get an error 3464 (Data Type Mismatch in criteria expression)
In my table Birth is setup the following way:
Date/Time
Medium Date
I am trying to get a list of name who's birthday is 35 of days away. I have
build a query with all of the information the I need. Under the field birth I
enter the following criteria:
IIf(DateDiff("d",[birth],Date())<=35,[TITLE]+" "+[LNAME]," ")
I get an error 3464 (Data Type Mismatch in criteria expression)
In my table Birth is setup the following way:
Date/Time
Medium Date