I have a table on an ASP page. when the user makes a selection I need to pass that information into a variable. The problem is that I can't referrence the select object.
So how do I refference a select list imbedded into a cell.
Select id=select1
sub select1_blur()
X = select1.Value
End sub
Any help would be greatly appreciated
So how do I refference a select list imbedded into a cell.
Select id=select1
sub select1_blur()
X = select1.Value
End sub
Any help would be greatly appreciated