G
ghost
Greeting,
I am trying to calculate the date different between two date with format
ddmmyy to show the age and I am using the following function in unbounded
textbox:
=DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format(
[Birthdate], "mmdd") )
When I put the above code in the sources control of the text box , there is
a syntax error
Can any body help me please?
I am trying to calculate the date different between two date with format
ddmmyy to show the age and I am using the following function in unbounded
textbox:
=DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format(
[Birthdate], "mmdd") )
When I put the above code in the sources control of the text box , there is
a syntax error
Can any body help me please?