Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rbohaty
Yak Posting Veteran
71 Posts |
Posted - 2007-11-11 : 18:37:47
|
I would like to have a simple web based calendar that I can connect to a database that will...looking at the current date (ie 11/11/2007) and display the current month (in this example November) thengo through a database and evaluate 1 field (ship by - date field), this field may have many occurences of 11/11/2007 as well as other dates.count how many 11/11/2007's exist in the fieldbased on the number of occurences display the calendar day 11/11/2007 as:green if >=0 and <=50yellow if >50 and <75red if >75This would be done for every day in Novemeber, it would be nice to have controls that can switch to a different month displaying the same info for that month also. I only need to display 1 month at a time.Anyone knowing of a calendar that can do this?Thanx |
|
dataguru1971
Master Smack Fu Yak Hacker
1464 Posts |
Posted - 2007-11-11 : 18:57:49
|
duplicate. Poor planning on your part does not constitute an emergency on my part. |
 |
|
Jeff Moden
Aged Yak Warrior
652 Posts |
Posted - 2007-11-12 : 09:08:49
|
What's th link for the duplicate? I wouldn't mind seeing the answer to this one...--Jeff Moden |
 |
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2007-11-12 : 09:19:41
|
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=92451 KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
|
|