How to pass value between two forms?

zokolus

New member
Local time
Today, 03:46
Joined
Feb 11, 2005
Messages
9
Hello!!!
I have a big problem. I have form A which display list of user errors. I need to pass selected error from that form A to another form B which contain user data in main form and error data in subform (this is error which I want to pass from A).
Form B tells me which error was reported from particular user. Errors are predefined in separet Form (A).

I hope you will understand me. I need help, because I am losing my maind with this one.....
 
Last edited:
Anyoune?

Please help!

From FORM A, I want to select problem and double click on it. On double click problem has to move to the other FORM B.
 
zokolus said:
Please help!

From FORM A, I want to select problem and double click on it. On double click problem has to move to the other FORM B.

Try using the open arguments for the for. I assume you're opening form B on the double click event using DoCmd.Openform. Look through the help file at the OpenArgs property, that should do what you need.
 

Users who are viewing this thread

Back
Top Bottom