Hello everyone,
I have a form ( a few actually), that have command buttons that would
open an input box, and take that data and do some things with it. I
wanted to solve the problem of "OK with no input = Cancel", so I did
some research and it seems like most MVPs prefer to make their own
forms that look like Input Boxes. This article was a big help:
http://groups.google.com/group/micro...2ece95784b6786
So my question is, how am I able to take data from this form (when user
presses OK) and pass it to the other form to use? This will need to be
done on several forms so I need a generic Input box that isn't
hardcoded to just pass data to the same place.
Thanks for your time.