Page 1 of 1
Access question
#1
Posted 16 June 2003 - 01:31 PM
How do I go about converting a date of birth field to age??
#2
Posted 16 June 2003 - 01:34 PM
since my my computer doesnt work, and im on the other one i can not test it and give you the exact answer, but it should go somethig like that:
select (now-bdate) as age.....
select (now-bdate) as age.....
#4
Posted 16 June 2003 - 01:40 PM
ok, let say you making a new query
then you put it like this:
select (now - bdatecolumn) as myage
from mytable
then you put it like this:
select (now - bdatecolumn) as myage
from mytable
- ← Microsoft Office System Beta 2 Kit 2003
- Microsoft Office 97-2010
- Never Install Office 4.2 In Windows XP →
Share this topic:
Page 1 of 1



Help
Back to top









