Click to See Complete Forum and Search --> : Calling Procedures from Recordset Field


maudie
May 14th, 1999, 01:20 PM
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

Lothar Haensler
May 17th, 1999, 04:14 AM
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...