Not quite sure how to go about this. In Access 2007, I need to pass a date into a function. The function will calculate and return the fraction of the year between that date and today. Then I need to use that fraction to determine a string value. The number and the string will be used in two different places on my form.
-- Can I return both values from one function?
-- Should I use two functions, and call the second within the first?
-- I could make it a Sub instead, and push the values into my form.
What looks best here?
Ed
-- Can I return both values from one function?
-- Should I use two functions, and call the second within the first?
-- I could make it a Sub instead, and push the values into my form.
What looks best here?
Ed