Hello,
I am currently working on a project in VB6 and I need a little help.
I have a combo box which I will use to select the month.
Once I select the month, I want the labels(control array) below to automatically populate with the dates of the month.
I am trying to use nested For statements for the same but am unable to figure out the right way.
I have attached a screenshot of my form which might be useful.
In the form, when I select the EmpName and the Month, I want the Label1(s) below to auto-populate with the dates of the selected month.
Any help on this would be greatly appreciated.
I am currently working on a project in VB6 and I need a little help.
I have a combo box which I will use to select the month.
Once I select the month, I want the labels(control array) below to automatically populate with the dates of the month.
I am trying to use nested For statements for the same but am unable to figure out the right way.
I have attached a screenshot of my form which might be useful.
In the form, when I select the EmpName and the Month, I want the Label1(s) below to auto-populate with the dates of the selected month.
Any help on this would be greatly appreciated.