-
Ok.
In a form I would like to display every day in every week in every month for the current year.
Jan Feb Mar Apr May
1 1 1 1 1
2 2 2 2 2
3 3 3 3 3
4 4 4 4 4
5 5 5 5 5 etc.
But all days must have an assigned text box for a value to be assigned.
Any help would be appreciated.
-
try using the calendar control? Just an idea - no need to re-invent the wheel, as those annoying lecturers always say...
Toot
-
Yeah
I've already got that in my program, i guess what i need is to have a form with all listed dates with a corresponding text box
-
Use a text box array. You can refference the text box's index. There is no way you will see 365 days at a time, so you can display only the dates that you are working with.