Thanks for your reply but I didn't mean born today, I mean were born today (birthdate is today).
--- In development-axapta@yahoogroups.com, "Anil Ozay" <[EMAIL PROTECTED]> wrote: > > Hi Ali, > > > > EmplTable EmplTable; > > TransDate today; > > ; > > Today = today(); > > WHILE SELECT EmplTable > > WHERE EmplTable.BirthDate == today > > { > > info(EmplTable.Name); > > } > > > > Regards, > > > > Anil Ozay > > Freelance Consultant > MVP Dynamics AX, MCPS, MCNPS, MBSS > > > > Uzman Nokta Bil.Hiz. > > > > From: development-axapta@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Ali Yhsan A?ca > Sent: Monday, October 22, 2007 2:57 PM > To: development-axapta@yahoogroups.com > Subject: [development-axapta] How To Find Persons who born today ? > (birthdate) > > > > I want to find the persons who were born today? > What is the filter for that query? > > Thanks in advance... > > > > > > [Non-text portions of this message have been removed] >