hi
can some1 pls help i have created a form in access using vba. in that form i am adding label control, the code to add a label is as follows:

Set ctl = CreateControl(frms.Name, acLabel, acDetail, , , intDataX, intDataY)

after adding the label i need to add text on the label, how to add the text can some1 pls help

thnxs in advance