How to create and get ms access translate function?

Asked By 0 points N/A Posted on -
qa-featured

I need some translation function for ms access. As for example I need to translate a numeric date to total numbers of days from the date to today. Where can get such Type of ms access translate function? I also want to learn and create some myself.

SHARE
Answered By 60 points N/A #157877

How to create and get ms access translate function?

qa-featured

 

Hi Madly,

In Access dates are usually stored as numbers, so you can get correct answer by simply subtracting one date from another.

You can also get absolutely correct answer by using function DateDiff(). It will give exact number of days between days.

I hope it will help you!

Related Questions