Calling Procedures from Recordset Field
Is there a way (I'm sure that there is) of calling a procedure from the name of a field in a table.
e.g. I have a recordset with fieldname say "callthisone". the value of the field in callthisone runs a procedure in a code module.
Thanks............ RogerD
Re: Calling Procedures from Recordset Field
using the Microsoft Script Control you can do many things. E.g. you could store the VB code in a database table and use the Script Control's properties to dynamically build procedures and call them from your app. Or, you could simply Eval text strings that come from a database...