Returning value from pop-up form

  • Thread starter Thread starter Jonathan Blitz
  • Start date Start date
J

Jonathan Blitz

I need to create a pop-up form to get a value from a user and then return
that value to the calling form.

There is not field in the calling form to receive the data. I need to get it
in a vairable in VBA.

How can I do this?

--
Jonathan Blitz
AnyKey Limited
Israel

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 
Try setting a global variable in the pop-up and referencing
it in the calling form

Hope This Helps
Gerald Stanley MCSD
 
Back
Top