473,408 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

How to do this.....?

At work I've created a simple reports DB, that emails report to our
various recipients.
I say reports, it is in fact a dynamically built SELECT query, exported
into Excel and sent as an email attachement.
The initial spec was for it to run certain reports on certain days each
and every week.
No problem, created a SELECT CASE structure and put the code into the
appropriate CASE values.

Now my quandary - the spec has changed for certain reports to be sent
fortnightly instead of weekly, and I'm stuck at a method to acheive
this.
On a Monday report A,B & C get sent, the following Monday report D,E &
F get sent, then the following Monday after that A,B & C get sent.

I can't fathom out a method which will allow me to send the reports in
such a cycle.

Ant pointers would be greatly appreciated

Cheers

Nov 13 '05 #1
2 1211
<ph****@globalnet.co.uk> wrote in message
....
Now my quandary - the spec has changed for certain reports to be sent
fortnightly instead of weekly, and I'm stuck at a method to acheive
this.
On a Monday report A,B & C get sent, the following Monday report D,E &
F get sent, then the following Monday after that A,B & C get sent.

I can't fathom out a method which will allow me to send the reports in
such a cycle.


You could set a start date for the new reports
dteStart = #3/7/05#

Then find the difference between this and the current date in weeks:
intDiff = DateDiff("ww", dteStart, date, vbMonday)

Then use the Mod function to find which reports to send
intReportWeek = intDiff Mod 2
If intReportWeek = 1 Then
'send reports A, B, C
Else
'send reports D, E, F
End If

--
peter
http://www.peterhoyle.co.uk

Nov 13 '05 #2
Hi Peter,

Many thanks for the pointers and even some code to boot!
yours is a far elegant solution to what I had been trying!
I'd resigned myself to a lookup table and in hindsight that would of
been far too much administration and effort.

Thanks again, it is greatly appreciated.

Cheers

phil

Peter Hoyle wrote:
<ph****@globalnet.co.uk> wrote in message
....
Now my quandary - the spec has changed for certain reports to be sent fortnightly instead of weekly, and I'm stuck at a method to acheive
this.
On a Monday report A,B & C get sent, the following Monday report D,E & F get sent, then the following Monday after that A,B & C get sent.

I can't fathom out a method which will allow me to send the reports in such a cycle.


You could set a start date for the new reports
dteStart = #3/7/05#

Then find the difference between this and the current date in weeks:
intDiff = DateDiff("ww", dteStart, date, vbMonday)

Then use the Mod function to find which reports to send
intReportWeek = intDiff Mod 2
If intReportWeek = 1 Then
'send reports A, B, C
Else
'send reports D, E, F
End If

--
peter
http://www.peterhoyle.co.uk


Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: James | last post by:
I have a from with 2 fields: Company & Name Depening which is completed, one of the following queries will be run: if($Company){ $query = "Select C* From tblsample Where ID = $Company...
5
by: Scott D | last post by:
I am trying to check and see if a field is posted or not, if not posted then assign $location which is a session variable to $location_other. If it is posted then just assign it to...
2
by: Nick | last post by:
Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep getting an "Undefined variable" error though... Form...
2
by: Alexander Ross | last post by:
I have a variable ($x) that can have 50 different (string) values. I want to check for 7 of those values and do something based on it ... as I see it I have 2 options: 1) if (($x=="one") ||...
0
by: Dan Foley | last post by:
This script runs fine, but I'd like to know why it's so slow.. Thanks for any help out there on how i can make it faster (it might take up to 5 min to write these 3 export files whith 15 records...
5
by: Lee Redeem | last post by:
Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
5
by: christopher vogt | last post by:
Hi, i'm wondering if there is something like $this-> to call a method inside another method of the same class without using the classname in front. I actually use class TEST { function...
6
by: Phil Powell | last post by:
Ok guys, here we go again! SELECT s.nnet_produkt_storrelse_navn FROM nnet_produkt_storrelse s, nnet_produkt_varegruppe v, nnet_storrelse_varegruppe_assoc sv, nnet_produkt p WHERE...
1
by: Michel | last post by:
a site like this http://www.dvdzone2.com/dvd Can you make it in PHP and MySQL within 6 weeks? If so, send me your price 2 a r a (at) p a n d o r a . b e
11
by: Maciej Nadolski | last post by:
Hi! I can`t understand what php wants from me:( So: Cannot send session cache limiter - headers already sent (output started at /home/krecik/public_html/silnik.php:208) in...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.