date calculation on a report

M

Mark

Hello all,

I have a report with a text box that displays the number
of days in which a class starts:

Control Source ="(Class starts in " & DateDiff("d",Now(),
[ClassDate]) & " days.)"

For example: (Class starts in 10 days.)

However, if there are more than 30 days things can become
a little confusing to interpret. How can I get it to
state that the class starts in say... 3 months and 21 days?

Thanks for any help!!!
 

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

Top