shared subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello. I have a subform that is used by form X and form Z. I need something
such like, if the form is openned from form Z then action 1 elseif openned
from form X then action1

Is it possible?

Best Regards,
Marco
 
Hello. I have a subform that is used by form X and form Z. I need something
such like, if the form is openned from form Z then action 1 elseif openned
from form X then action1

Is it possible?

Best Regards,
Marco

Marco,

Yes, you can use different code in the On Open event of your form X
and/or your form Z to take the necessary actions with the subform as
are needed.

Hope this helps.

Mr. B
 
Back
Top