Quote:
quote:Originally posted by BrianWren
This requires that proc_Name be part of the form referenced by f, right?
|
That is correct. form_name and proc_name are the strings read from the database, and proc_name must be a method exposed by the form named form_name. The code I posted must be enclosed, as always, in an error handler, because CallByName cannot be resolved at design time (it is in fact a late bound call)
Marco