function reference

  • Thread starter Thread starter smk23
  • Start date Start date
S

smk23

Is there any way to pass in the name of a function programmatically? I have
similar parameters for a couple of functions and would like to pass in the
function name to a statement such as:

UpdateAppointment=FunctionName("Appointment",lngAppointmentID)

Can this be done?
Thanks,
Sam
 
smk23 said:
Is there any way to pass in the name of a function programmatically? I
have
similar parameters for a couple of functions and would like to pass in the
function name to a statement such as:

UpdateAppointment=FunctionName("Appointment",lngAppointmentID)

Can this be done?
Thanks,
Sam

Check out 'Eval' in Access help. Does just what you need.
 
Back
Top