15fe5 Calculating Age from a Specific Date
Sign Up |  Live StatsLive Stats    Articles 37,330| Comments 177,263| Members 19,413, Newest psgujral| Online 489
Home Contact
 (Forgotten?): 
    Sikhism
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags

Calculating Age from a Specific Date

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 115 USD (23%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Calculating age from a specific date in a form Cris Information Technology 16 28-Jul-2006 08:34 AM
Compare date, when date is today, change other fields TxVics Information Technology 1 28-Jul-2006 08:28 AM
Calculating Late Date in Access whiteboy Information Technology 7 28-Jul-2006 08:07 AM
Help! Calculating Date/Time Brandon Y Information Technology 6 18-Nov-2005 13:59 PM
Calculating 'due date' from drop-down box Someone Information Technology 4 08-Nov-2005 12:52 PM


Tags
calculating, age, specific, date
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 31-Oct-2005, 11:19 AM
Cris's Avatar Cris
Guest
 
Posts: n/a
   
   
Calculating Age from a Specific Date

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I need help. I'm getting very frustrated. I've read all the posts and
nothing is working. I'm trying to calculate DOB from a specific date
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/6203-calculating-age-from-a-specific-date.html
4/30/2006. I've added a unbound text box in my form and set the control
source to the following expression:
=DateDiff("yyyy",[DOB],#4/30/2006#)+(Format([DOB],"mmdd")>Format(#4/30/2006#,"mmdd"))

[DOB] is a field in my table for date of birth. But nothing is happening.
When I transfer back to the Form view to data enter. #Name? appears in the
box where my calculated date should be. Is there another way to calculate
the age from a specific date? What the heck am I doing wrong? I've been
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
working on this forever.

Thanks


Got anything to share on This Topic? Why not share your immediate thoughts/reaction with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 31-Oct-2005, 11:19 AM
Allan Murphy's Avatar Allan Murphy
Guest
 
Posts: n/a
   
   
Re: Calculating Age from a Specific Date

Cris

Try this website
http://www.rogersaccesslibrary.com/d...MonthsDays.mdb
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
and download the zip file.

This will give the age of a person by using the start date as Date of Birth
and End Date to determine the person age on a particular day.

--
Allan Murphy
Email: allanmurphy@unwired.com.au

"Cris" wrote in message
news:6F812418-01BB-49A0-A10B-CB84CFD5DD48@microsoft.com...
> I need help. I'm getting very frustrated. I've read all the posts and
> nothing is working. I'm trying to calculate DOB from a specific date
> 4/30/2006. I've added a unbound text box in my form and set the control
> source to the following expression:
>

=DateDiff("yyyy",[DOB],#4/30/2006#)+(Format([DOB],"mmdd")>Format(#4/30/2006#
,"mmdd"))
>
> [DOB] is a field in my table for date of birth. But nothing is happening.
> When I transfer back to the Form view to data enter. #Name? appears in

the
> box where my calculated date should be. Is there another way to calculate
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
> the age from a specific date? What the heck am I doing wrong? I've been
> working on this forever.
>
> Thanks



Reply With Quote
  #3 (permalink)  
Old 31-Oct-2005, 11:19 AM
Ofer's Avatar Ofer
Guest
 
Posts: n/a
   
   
RE: Calculating Age from a Specific Date

See my answer in your last post
--
If I answered your question, please mark it as an answer. That way, it will
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
stay saved for a longer time, so other can benifit from it.

Good luck



"Cris" wrote:

> I need help. I'm getting very frustrated. I've read all the posts and
> nothing is working. I'm trying to calculate DOB from a specific date
> 4/30/2006. I've added a unbound text box in my form and set the control
> source to the following expression:
> =DateDiff("yyyy",[DOB],#4/30/2006#)+(Format([DOB],"mmdd")>Format(#4/30/2006#,"mmdd"))
>
> [DOB] is a field in my table for date of birth. But nothing is happening.
> When I transfer back to the Form view to data enter. #Name? appears in the
> box where my calculated date should be. Is there another way to calculate
> the age from a specific date? What the heck am I doing wrong? I've been
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
> working on this forever.
>
> Thanks

Reply With Quote
  #4 (permalink)  
Old 31-Oct-2005, 11:19 AM
Cris's Avatar Cris
Guest
 
Posts: n/a
   
   
Re: Calculating Age from a Specific Date

  Donate Today!  
I opended up the properties of one of the folmulas you had here for years and
it gave me what I needed to calculate my age. Thank you so much. I couldn't
figure it out the other way. This was much more simple. Math. Go figure.
I never even thought about doing it that way. Thanks again

"Allan Murphy" wrote:

> Cris
>
> Try this website
> http://www.rogersaccesslibrary.com/d...MonthsDays.mdb
> and download the zip file.
>
> This will give the age of a person by using the start date as Date of Birth
> and End Date to determine the person age on a particular day.
>
> --
> Allan Murphy
> Email: allanmurphy@unwired.com.au
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
>
> "Cris" wrote in message
> news:6F812418-01BB-49A0-A10B-CB84CFD5DD48@microsoft.com...
> > I need help. I'm getting very frustrated. I've read all the posts and
> > nothing is working. I'm trying to calculate DOB from a specific date
> > 4/30/2006. I've added a unbound text box in my form and set the control
> > source to the following expression:
> >

> =DateDiff("yyyy",[DOB],#4/30/2006#)+(Format([DOB],"mmdd")>Format(#4/30/2006#
> ,"mmdd"))
> >
> > [DOB] is a field in my table for date of birth. But nothing is happening.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=6203
> > When I transfer back to the Form view to data enter. #Name? appears in

> the
> > box where my calculated date should be. Is there another way to calculate
> > the age from a specific date? What the heck am I doing wrong? I've been
> > working on this forever.
> >
> > Thanks

>
>
>

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
Do you believe in...
Today 15:08 PM
196 Replies, 4,069 Views
Occultism - Rejection in...
Today 14:04 PM
59 Replies, 2,582 Views
How does Sikhi help you...
Today 13:57 PM
24 Replies, 905 Views
Panjabi
By Ishna
Today 13:43 PM
14 Replies, 282 Views
Black Sikhs?
Today 06:33 AM
20 Replies, 5,788 Views
Man Driving Without...
Today 05:06 AM
5 Replies, 133 Views
Request for assistance...
Today 04:24 AM
8 Replies, 86 Views
Losing My Religion: Why...
Today 03:03 AM
13 Replies, 346 Views
Health Exercise And...
Today 02:10 AM
1 Replies, 89 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Today 02:10 AM
176 Replies, 4,511 Views
How Religions Change...
Today 02:07 AM
1 Replies, 105 Views
Keeping Amrit Vela
Today 01:57 AM
11 Replies, 898 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 01:52 AM
313 Replies, 7,596 Views
Parkash Guru Amar Das ji...
Yesterday 17:07 PM
3 Replies, 80 Views
Serious challenges to...
Yesterday 16:49 PM
0 Replies, 143 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 15:49 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.63645 seconds with 32 queries
0