Print report control button on form printing all records

  • Thread starter Thread starter Pat B
  • Start date Start date
P

Pat B

I have finally managed to design a continuous form that grows in each field
with scoll bars. Although the data is squeezed together the info is all
there so sometimes hidden. Presently I have three separate records on three
individuals. I've designed a three page report to print containing all the
data from the form and the fields grow depending on how much data was
entered. It works good. I've added a control button on the form to print
the designated report, but when it goes to print preview or to print, it
prints all three pages on each of the individuals, and not just the current
record that is on the form screen. I have a search button on my form to find
the record on a particular individual but when it goes to print the report it
gives me the three pages on the three individuals. How can I get it to print
out the three pages on just the selected individual that has just been
entered or has been found through the search?
 
read up on the OpenReport Action topic in Help, focusing on the use of the
WHERE clause.

hth
 
Back
Top