
April 8th, 2010, 03:40 PM
|
|
Contributing User
|
|
Join Date: May 2007
Location: Davenport, Iowa
Posts: 1,008

Time spent in forums: 1 Week 6 Days 9 h 36 m 46 sec
Reputation Power: 8
|
|
There's sort of a lot wrapped into that question
You're going to need to do a few things,
1. create the form that will submit the date to search for (in the format you want). Usually, I let a user enter the date a few different ways, then reformat it before I work with it (i.e. 09/18/1975 or 9.18.1975 or 9-18-1975 etc.).
2. Format the date entered so it matches the birth date field from the database so you can compare them properly.
3. Then it's a pretty straight forward query to get the people where the dates match.
There is a decent amount of ground between where you're at and where you want to go though.
that should at least give you an idea of where to start. If you would like some coding help, post the code you want to incorporate this into.
|