What would be the easiest way at going about making a web page display an entire calendar month in a table? This needs to be real/time and not premade. perhaps make a case select for each month and use left(Date, 2) to figure out which month? and then the case decides how many days and in the month? (of course leap year check too). This is going to be a big project and I just wanted a few ideas as to how to go about it before I get started.<br><br>thanks