Hi
Sorry this is a cross post (thread707-1491214).
Basically,
I have a list of classes and I want to create a new object from a user selected variable
Any thoughts on how I may do this?
Ben
----------------------------------------------
Ben O'Hara
Sorry this is a cross post (thread707-1491214).
Basically,
I have a list of classes and I want to create a new object from a user selected variable
Code:
Private downloadFile As ISQL
Private Sub cboSelectList_Change()
Set downloadFile = [b]cboSelectList.Text[/b]*
*Do something with this!!!!
End Sub
Any thoughts on how I may do this?
Ben
----------------------------------------------
Ben O'Hara
David W. Fenton said:We could be confused in exactly the same way, but confusion might be like Nulls, and not comparable.