G
Guest
I want to calculate someones age calculating the difference between "DOB"
field and today Date() (So its always up to date) I want to display the
result in Years and weeks as accurately as possible, (it influences prices
charged). I want to use an expression in a calculated field in a form, I
cant write VBA (yet!)
The task seems to be converting tenths of a year into weeks. e.g.
=datediff("d",[DOB],Date())/365.25 produces (for example) 63.81. Whats that
in weeks? and Is it accurate?
I'm using Access 2000 (but will soon be switching to 2003)
field and today Date() (So its always up to date) I want to display the
result in Years and weeks as accurately as possible, (it influences prices
charged). I want to use an expression in a calculated field in a form, I
cant write VBA (yet!)
The task seems to be converting tenths of a year into weeks. e.g.
=datediff("d",[DOB],Date())/365.25 produces (for example) 63.81. Whats that
in weeks? and Is it accurate?
I'm using Access 2000 (but will soon be switching to 2003)