In the query, under the field that contain the BirthDate write
=Date()
That return the current date
In SQL it will look like
Select * From TableName Where [DateFieldName]=Date()
--
Good Luck
BS"D
Alex said:
How do I make a query where I search for somebody who has it's birthday
today. Thx