Ok here goes:
I have report that I have to make resemble a calender(I know theres probably a ton of OCX's that could do this but I can't use them). I have it setup with 35 TextBoxes all named accordingly to their position on the Report. Right now when the Report Opens it will prompt for the month and then based on that it will put "1" in the first day of that month. The problem That i have is I need to put the remaining days of the month into their appropriate boxes based on the where the first day of the month was.I know I can hard code these values for each one but thats an insane amount of code to do. Speed is a factor for this system. Any help on this would be greatly appreciated. Thank you in advance.
I have report that I have to make resemble a calender(I know theres probably a ton of OCX's that could do this but I can't use them). I have it setup with 35 TextBoxes all named accordingly to their position on the Report. Right now when the Report Opens it will prompt for the month and then based on that it will put "1" in the first day of that month. The problem That i have is I need to put the remaining days of the month into their appropriate boxes based on the where the first day of the month was.I know I can hard code these values for each one but thats an insane amount of code to do. Speed is a factor for this system. Any help on this would be greatly appreciated. Thank you in advance.