J
JDavies
Hi All
I am dynamically Creating DropDownList boxes for a Survey form. These
DropdownLists are added to Table Cells programatically.
I tried to loop thru the controls on the form but it doesnt seem to work
right, the loop appears below:
for each cntl in page.controls(1).controls
ddlId = cntl.Id
debug.write(ddlID)
next
nothing Fancy i am just trying to find the controls and then later on get
the value from the selection.
However, i can find the Table they are on but i never see the control it
self?????
How do i get the DropdownList when it is in a Table cell?
Any help is greatly Appreciated
TIA
Samantha
I am dynamically Creating DropDownList boxes for a Survey form. These
DropdownLists are added to Table Cells programatically.
I tried to loop thru the controls on the form but it doesnt seem to work
right, the loop appears below:
for each cntl in page.controls(1).controls
ddlId = cntl.Id
debug.write(ddlID)
next
nothing Fancy i am just trying to find the controls and then later on get
the value from the selection.
However, i can find the Table they are on but i never see the control it
self?????
How do i get the DropdownList when it is in a Table cell?
Any help is greatly Appreciated
TIA
Samantha