Textbox with fixed value

G

Guest

Hi!

I have a Textbox where the age is calculated, in function of the birth date.
I would like, in another Textbox, show us de age but not actualized with the
time,
to remain the age in record date.
Is possible to fix this value, please?
Thank you in advance.
an
 
G

Guest

Ok, AB.

Thank you very much.
an

Allen Browne said:
If you have a field named Birth Date, and a function Age(), you can set the
ContolSource of you other text box to:
=Age([Birth Date])

If you don't have the Age() function, there's one here:
http://allenbrowne.com/func-08.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

an said:
Hi!

I have a Textbox where the age is calculated, in function of the birth
date.
I would like, in another Textbox, show us de age but not actualized with
the
time,
to remain the age in record date.
Is possible to fix this value, please?
Thank you in advance.
an
 

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

Similar Threads

Displaying a calculated value 2
Nz Function (?) 1
Formula in Query 5
Limits of IIF? 1
Display Age on Form 3
Calculating a person's age 2
Calculating age problem 8
Updating Table with another tables values 6

Top