![]() |
|
![]() | ||
|
Subject:
MSOutlook - Recurrence Functions wanted
Category: Computers > Programming Asked by: datasys-ga List Price: $15.00 |
Posted:
06 Apr 2003 18:17 PDT
Expires: 07 Apr 2003 12:47 PDT Question ID: 186993 |
The Recurrence form in MSOutlook contains code functions to calculate which days to insert into the MSOutlook database based on the criteria selected in the Recurrence form. I am looking for examples that illustrate these exact functions that calculate these dates. NB:I am not looking for the intrinsic date functions that you find as part of any programing language (ie: Date() or DateDiff() etc). I need the the examples in VBA or VB. Many thanks | |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: MSOutlook - Recurrence Functions wanted
From: hammer-ga on 07 Apr 2003 11:43 PDT |
I'm not finding a complete library of recurrence functions. To be honest, most of these functions invlove a fairly simple call to Date Serial, et al. In VBA, one builds these functions using DateAdd(), DateSerial(), DatePart(), etc. There are good examples of doing this at the MVPS Access FAQ. MVPS Access FAQ Links: Various Date manipulation functions http://www.mvps.org/access/datetime/date0007.htm Return a date in the future from a given date http://www.mvps.org/access/datetime/date0003.htm Doing WorkDay Math in VBA http://www.mvps.org/access/datetime/date0012.htm Using these tools, you can build all of the recurrence functions and then some yourself with little trouble. Perhaps someone else will find where someone has packaged it up in an Access module. - Hammer |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |