I have a form with a combo box that holds, amoung other things, the name of a procedure I want to Call.
Is there some way to Call a procedure when the procedure name is in a variable or form object? I would like to avoid a Case Statment becaue this combo box will end up holding over 100 items when done.
I could not find a Procedure Collection, I was thinking I could execute something like ...
Call ProceduresCollection("MyName")
but I don't know if that exists, or what it looks like.
Thank You,
sabloomer
Is there some way to Call a procedure when the procedure name is in a variable or form object? I would like to avoid a Case Statment becaue this combo box will end up holding over 100 items when done.
I could not find a Procedure Collection, I was thinking I could execute something like ...
Call ProceduresCollection("MyName")
but I don't know if that exists, or what it looks like.
Thank You,
sabloomer