M Mermogoat Registered User. Local time Today, 14:02 Joined Dec 1, 2002 Messages 36 Apr 15, 2003 #1 Can someone give me an example of the use of OpenArgs when opening a report? I have tried it according to the Help file, but it does not work. Thanks
Can someone give me an example of the use of OpenArgs when opening a report? I have tried it according to the Help file, but it does not work. Thanks
A AncientOne Senior Citizen Local time Today, 19:02 Joined Mar 11, 2003 Messages 464 Apr 15, 2003 #2 OpenArgs only works with the OpenForm method of the DoCmd object. (refer to Help). It can't be used with a report.
OpenArgs only works with the OpenForm method of the DoCmd object. (refer to Help). It can't be used with a report.
M Mermogoat Registered User. Local time Today, 14:02 Joined Dec 1, 2002 Messages 36 Apr 15, 2003 #3 Then is there a way to pass text on to a Report that you are opening?
M Mermogoat Registered User. Local time Today, 14:02 Joined Dec 1, 2002 Messages 36 Apr 16, 2003 #4 How would I reference the form field? Textbox.value = [form text field] <--what goes in there?
Mile-O Back once again... Local time Today, 19:02 Joined Dec 10, 2002 Messages 11,310 Apr 16, 2003 #5 Forms!frmYourForm!txtYourTextBox
M Mermogoat Registered User. Local time Today, 14:02 Joined Dec 1, 2002 Messages 36 Apr 16, 2003 #6 Thanks for all the help. God bless