Table defines date of birth [DOB] as 'Short Date', I have also tried defining it as m/d/yyyy. Query selecting birthdays in next 30 days. In the query I have a calculated field as follows Birthday: DateSerial(Year(Date()),Month([DOB]),Day([DOB])) and in the criteria I have Between Date() And DateAdd("d",30,Date()). When requesting datasheet view a message 'Data type mismatch in criteria expression' appears.
I'm baffled! Any thoughts?