Eichenbaum
New member
- Local time
- Today, 16:56
- Joined
- Jul 22, 2011
- Messages
- 8
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.
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.
