Returning value from pop-up form

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."
 
G

Gerald Stanley

Try setting a global variable in the pop-up and referencing
it in the calling form

Hope This Helps
Gerald Stanley MCSD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top