Allen apparently read your question as being about a calendar rather
than a calculator. I poked around a bit and found the following:
http://www.worksrite.com/Calc.htm
Another choice that uses the Windows calculator is here:
http://www.byerley.net/Access2kCalcDemo.zip
I did not look at this in great detail, but as I understand it will allow
a value from the calculator to be entered into a field, which may be more
than you need, but I expect you can skip that part.
You can set up a hyperlink to Calc.exe (the Microsoft calculator), but it
will generate a warning when you attempt to open it. SetWarnings False
does affect this message. Allen Browne has code to open a hyperlink
and skip the warning message, which is of interest to me so I tried it,
but it seems an exe file (such as calc.exe) is going to generate an error
message unless you use something like the Windows calculator link above.
However, Allen's code may be of interest, so here is the link:
http://allenbrowne.com/func-GoHyperlink.html