PH-
After tweaking the code you supplied and searching through help files this is what finally worked:
==========
NextBDay: DateSerial(Year(Date())+IIf(Format([dteDOB],'mmdd')>=Format(Date(),'mmdd'),0,1),Month([dteDOB]),Day([dteDOB]))
Criteria: Between Date() And DateAdd("d",60,Date())...