Previous active form

  • Thread starter Thread starter Michalis J.
  • Start date Start date
M

Michalis J.

I have a "customer finder form" which returns a value to the form from where
it was opened. Is there a way to get the name of the form loaded before the
customer finder form?
Thanks in advance
Michalis
 
I think that the only solution is to pass this name from the previous form.
You can use a global variable or the openargs of the openform method.
 
Thanks a lot for your response gentlemen. I have tried OpenArgs together
with an unbound textbox on the "customer finder form" which takes the name of
the form from which the finder form was called. This worked fine. I will
also try Alex's suggestion.
 
Back
Top