D
Dragon
I have a table with the following fields:
FName/Text LName/Text DOB/Date Days/Int
John Smith 01/01/70 14
Jane Dow 03/15/75 10
Erik Jones 03/25/72 10
I would like to get all the records that have a DOB coming up within the
number of days specified in the Days field.
For Example, if I run the query on the data above, I should get the
following:
FName/Text LName/Text DOB/Date Birthday Years
Jane Dow 03/15/75 03/15/2005 30
Any ideas how would I go about it?
Thanks.
FName/Text LName/Text DOB/Date Days/Int
John Smith 01/01/70 14
Jane Dow 03/15/75 10
Erik Jones 03/25/72 10
I would like to get all the records that have a DOB coming up within the
number of days specified in the Days field.
For Example, if I run the query on the data above, I should get the
following:
FName/Text LName/Text DOB/Date Birthday Years
Jane Dow 03/15/75 03/15/2005 30
Any ideas how would I go about it?
Thanks.