Hi All,
I seem to be having some fits of stupidity. I'm trying to populate the calendar dates. So I have created many text boxes each with the naming convention of txtD0...txtD31 etc.. I wish to go through with a for loop and put the dates in them corresponding with the right date and day. To do this I have:
Me."txtD" & curDay = corresponding date etc...
This doesn't work of course. How might i go about doing this. Thanks in advance.
I seem to be having some fits of stupidity. I'm trying to populate the calendar dates. So I have created many text boxes each with the naming convention of txtD0...txtD31 etc.. I wish to go through with a for loop and put the dates in them corresponding with the right date and day. To do this I have:
Me."txtD" & curDay = corresponding date etc...
This doesn't work of course. How might i go about doing this. Thanks in advance.