alexkong2003
Registered User.
- Local time
- Today, 14:58
- Joined
- Sep 4, 2006
- Messages
- 95
Hi,
I got a problem of displaying the age calculation... with a new entry form i have a field 'DOBirth' after user input the Birthday then the age will automatic calculate... the format no problem and age is able to count.... BUT there is unable to display the age after my calculation~~~
I just wonder how to do it...
My format is as following:
Any help will be greatly appreciated.
Thanks
regards,
alex
________________________________________________________________
**Hope someone able to help to solve the following thread as well, Thanks!
http://www.access-programmers.co.uk/forums/showthread.php?t=136310&highlight=Mixing+Number
I got a problem of displaying the age calculation... with a new entry form i have a field 'DOBirth' after user input the Birthday then the age will automatic calculate... the format no problem and age is able to count.... BUT there is unable to display the age after my calculation~~~
I just wonder how to do it...
My format is as following:
Code:
Me.Age = DateDiff("yyyy", [DOBirth], Now())
Any help will be greatly appreciated.
Thanks
regards,
alex
________________________________________________________________
**Hope someone able to help to solve the following thread as well, Thanks!
http://www.access-programmers.co.uk/forums/showthread.php?t=136310&highlight=Mixing+Number
Last edited: