hi every one.. i have a problem of how i can change the caption of a label thats inside a picture box..
i want to load a field in a database to the the label
the problem is i cant do it..
there's no command like this
lblStartTime[B].Caption[/B] = rsRecordSet.Fields("Unit").Value & ""
only
lblStartTime.Count
.Item
.Ucase
.Lcase
are available..
thx to anyone who can help!