Report Generation from a form

D

dimension

I have a form where I enter information about a document. I need to generate
a report containing just the information written for that specific item in
the form (not the data of the whole table).

Example:
I have a table called doc (has columns):
Name.
Address
 
A

Allen Browne

See:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html

The article explains how to:
a) ensure the record in the form is saved first;
b) check that the form is not at a new record;
c) open the report filtered to just the record in the form.
 
Top