Hello,
I am using Access 2010 and I'm trying to create some labels dynamically:
Dim myLabel as Label
Set myLabel = frmMyForm.Controls.Add ("Forms.Label.1", "lblPrompt")
But Access does not recognize the property 'Add'. Do I need to add some library?
Thank you in anticipation. :-)