|
From: smk23 on 6 Jul 2008 17:06 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
From: Stuart McCall on 6 Jul 2008 18:32 "smk23" <smk23(a)discussions.microsoft.com> wrote in message news:1758052D-54C8-4A99-8DD7-979A98703B21(a)microsoft.com... > 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.
|
Pages: 1 Prev: Case statement Excellent Idea Next: Trying to use Keyboard arrows to move through a combo box |