G
Guest
How do I make a query where I search for somebody who has it's birthday
today. Thx
today. Thx
Ofer Cohen said: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
Alex said:thx but that person I am looking for is born on 30.05.1980 , and if I tryed
doing what you told me, and it doesn't find him...but I think I am one stepp
closer...
Ofer Cohen said: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