I am getting month and year in two text boxes but I want to both in one text boxe. I have tried using both ways but I have faield.
Example: 012006
'MonthYear = "imonth" & "iyear"
Month3.Text = imonth & iyear
'Month3.Text = (month1.Text & Year1.Text)
Please any suggestions that would be great help.
Thanks.
Example: 012006
'MonthYear = "imonth" & "iyear"
Month3.Text = imonth & iyear
'Month3.Text = (month1.Text & Year1.Text)
Please any suggestions that would be great help.
Thanks.
Comment