I've a database of cae files, and I use Access to derive and present information from it.
I've a wish to be able to print a paper form of some of the data.
My data is organised around case files called Transports.
To each Transport, an amount of data is connected in various other tables.
I have made myself a view, where I can view the Transpotr and all the data related to that transpotr, by means of a number of sub-forms, incorporated into the main form.
I can search for a given case number, and the form with subforms will show me the case and realted data to that case in the subtables.
This works satisfactorily. I have gotten all the tables straight and can process data just fine.
Now, I wish to print the form of a given case. I want a paper showing me the data related to a specific case which I call up to the screen via the search function.
BUT, problem is, when I attempt to print the case, it prints ALL the cases. Even though the screen only shows me the requested case.
How can I tell access to print the form of a specific case?