J
jack
How do create the OnClick method and background property
for a TextBox that is being created dynamically?
Dim ctlText as Control
Set frm = CreateForm
Set ctlText = CreateControl(frm.Name,
acTextBox, , "", "", intDataX, intDataY)
'Now i'm lost
Also, when this code runs, it opens up in design view.
How do open have it autmatically open in form view?
Thanks
for a TextBox that is being created dynamically?
Dim ctlText as Control
Set frm = CreateForm
Set ctlText = CreateControl(frm.Name,
acTextBox, , "", "", intDataX, intDataY)
'Now i'm lost
Also, when this code runs, it opens up in design view.
How do open have it autmatically open in form view?
Thanks