Pass information back from called form

pdanes

Registered User.
Local time
Today, 00:36
Joined
Apr 12, 2011
Messages
211
I wrote up an article about a systematic way I developed of passing information back from a form called in dialog mode to the form that called it. I tried to publish it here, but this site has a limit for the number of characters allowed in a post, and my article exceeded it, by quite a bit. I published it in a different forum, but this site has been quite useful to me over the years, so I am putting a link here to the article. Hope it will be useful to someone.

Link removed my moderator, until clarification received on whether these type of links are allowed or not!
 
Last edited by a moderator:
You could upload a PDF rather than embedding the article's text.
 
I wrote up an article about a systematic way I developed of passing information back from a form called in dialog mode to the form that called it.

Alternative Method for Passing Data Between Forms in MS Access

Hi pdanes,

I’ve seen your method for passing information between forms in MS Access, and it looks like a neat solution. I’ve worked on a similar system myself with something I call the "Call" "Called" class module. It handles passing data between popup forms and the form that called them, but it uses a different approach, more object-based.

I think our methods are pretty similar in what they achieve. Yours works well with strings, and mine is more focused on keeping everything organized in a class. If you’re interested, I’ve got the code and a few videos explaining how it works on my website:


Would be great to hear your thoughts on it and see how the two ideas compare!

Cheers
Tony
(Uncle Gizmo)
 

Users who are viewing this thread

Back
Top Bottom