I'm trying to write an expression that will convert a number into
year/month/day format based on 365 day year, and 30 day months. For example
366 should read:
"1 year, 0 months, 1 day". I've been told I have to hard-code this. How do I
get into the code behind an expression?
[MVP] S.Clark - 30 Nov 2005 19:11 GMT
Alt + F11 opens the VBA editor. Any clue what recursion programming is?
In order to understand recursion, you must first understand recursion. :)

Signature
Steve Clark, Access MVP
http://www.fmsinc.com/consulting
*FREE* Access Tips: http://www.fmsinc.com/free/tips.html
> I'm trying to write an expression that will convert a number into
> year/month/day format based on 365 day year, and 30 day months. For
[quoted text clipped - 3 lines]
> I
> get into the code behind an expression?