Navigation Form Problem

johnob

Registered User.
Local time
Today, 21:12
Joined
Jan 12, 2014
Messages
45
Hi all,

I have made a navigation form that prints the current record out as a PDF and also the option to send the current record by email as a PDF. Both work perfect when you open the form outside the navigation form. But when you open it inside the navigation form, it does not print any of the information.

The problem is in the Query report, In the criteria box for field [RequsetID] it has
Code:
[Forms]![FRMRequestForm]![RequestID]
(The above works outside the navigation form.)

I have also tried adding the navigation form name
Code:
[Forms]![Main]![FRMRequestForm]![RequestID]
But none work.

Can anyone help ?

Thank you
 
Post a stripped version of you database with some sample data, (zip it) + name of the query/report.
 
Maybe keep it simpler see attached.

Thanks for that,

I see that it works, but I would need to change a lot of things (see attached pic showing the headers and each one has from 3 to 20 forms attached to it.)

John
 

Attachments

  • MainProgImage.jpg
    MainProgImage.jpg
    99 KB · Views: 119

Users who are viewing this thread

Back
Top Bottom