Hi,
My question relates to finding out who the caller of the routine was.
Example:
I have 2 buttons on a form that calls the same sub routine. What would the code be to find out which button made the call?
The reason I want it to work this way is because I want to have a select statement that then processes a certain action based on which button called it.
Regards.
My question relates to finding out who the caller of the routine was.
Example:
I have 2 buttons on a form that calls the same sub routine. What would the code be to find out which button made the call?
The reason I want it to work this way is because I want to have a select statement that then processes a certain action based on which button called it.
Regards.