Birthdate calculation

  • Thread starter Thread starter MRKaye
  • Start date Start date
M

MRKaye

I have a database with a field called Birthdate. I want to insert a unbound
field in a Form with a macro(module) with the coding for years, months, and
days. How is it writtern and how do you implement it. I have been trying for
days. This is all new to me.
 
I have a database with a field called Birthdate. I want to insert a unbound
field in a Form with a macro(module) with the coding for years, months, and
days. How is it writtern and how do you implement it. I have been trying for
days. This is all new to me.


It's not clear what it is you wish.
Assume the birthdate is June 12, 1967.
Do you wish to show the year, month, and day of the birthdate, i.e.
1967, June, 12?
Or do you wish to show the person's current age as
41 years 6 months 3 days?
 
fredg said:
It's not clear what it is you wish.
Assume the birthdate is June 12, 1967.
Do you wish to show the year, month, and day of the birthdate, i.e.
1967, June, 12?
Or do you wish to show the person's current age as
41 years 6 months 3 days?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top