yippiekyyay
Programmer
Hi everyone,
I can create some objects such as textboxes at runtime thanks to this thread - thread222-687700
But I was wondering if the same could be done for an adodc control? Why is it that the following will not work?
Dim Adodc1 As Adodc
Set Adodc1 = Form1.Controls.Add("Adodc", "Adodc1"
Adodc1.Visible = True
Adodc1.Left = 50
Adodc1.Top = 50
I appreciate any advice (related to this question)!
-Sean
I can create some objects such as textboxes at runtime thanks to this thread - thread222-687700
But I was wondering if the same could be done for an adodc control? Why is it that the following will not work?
Dim Adodc1 As Adodc
Set Adodc1 = Form1.Controls.Add("Adodc", "Adodc1"
Adodc1.Visible = True
Adodc1.Left = 50
Adodc1.Top = 50
I appreciate any advice (related to this question)!
-Sean