OK, I am trying to input an age into a text box and convert that age to the first of the year that the person was born.
ex- input 25, returns 1/1/77
This return would then be used as the criteria for a query to look up people born in that same year.
To take it one step farther, I would like the query to check 5 years above and below the returned year.
ex-input 25, returns 1/1/72-1/1/82
Any suggestions would be greatly appreciated.
ex- input 25, returns 1/1/77
This return would then be used as the criteria for a query to look up people born in that same year.
To take it one step farther, I would like the query to check 5 years above and below the returned year.
ex-input 25, returns 1/1/72-1/1/82
Any suggestions would be greatly appreciated.