L
Lawrence
I'm using access 2000 and need to see the days, months and years between a
start date enterd in a field and todays date and have the answer appear in a
text box called worked. The formula I've tried is in the contorl source of
worked.
=DATEDIF([Start date],date(),"y") & " years, " & DATEDIF([Start
date],date(),"ym") & "
months, " & DATEDIF([Start date],date(),"md") & " days"
But all I get is name?. Please help
start date enterd in a field and todays date and have the answer appear in a
text box called worked. The formula I've tried is in the contorl source of
worked.
=DATEDIF([Start date],date(),"y") & " years, " & DATEDIF([Start
date],date(),"ym") & "
months, " & DATEDIF([Start date],date(),"md") & " days"
But all I get is name?. Please help