(Edited by HansV to make URL clickable – see Help 19)
Hello – I wish to use the MS Age Function in a slightly different way to that which MS intended – (Refer http://support.microsoft.com/kb/290190%5B/url%5D)
Specifically I do not wish to calculate the age from date of birth to now but wish to use the function to use a value stored on an input form (Me.txtTestDate) instead of Now
Existing function in part:
varAge = DateDiff("yyyy", varBirthDate, Now )
The blue value is what I want to be taken from the input form. I have simply tried replacing Now with Me.txtTestDate but it doesn’t know about the form. I have had very little experience with functions.
Can this be done please?
Leigh