help: print multiple forms with a button on one form

  • Thread starter Thread starter reservedbcreater
  • Start date Start date
R

reservedbcreater

i need a print button that will print out each survey. the problem is
each surey is split up among 17 different forms(each has its own table
which represents a different section of the survey)

so if im on the first form and survey ID# is 3, i need it to print out
every form with survey ID#3.

any suggestions?(by the way i dont know any access code) perhaps the print
button could execute something like this....

print current page,
open next form on the record for ID#3,
print that form,
open next form on the record for ID#3,
etc?
 
You should first use a query that groups the needed data via your ID
number. Then look at designing reports to print your data. Forms
should only be used to add, edit or view data. Reports are better for
print data.
 
OK, reserveddcreater you need to visit your local bookstore for a book
called Access Developers Handbook. This book will help you with almost
all of your questions. You can also purchase this book on Amazon.com

Just a helpful suggestion.
 
thanks guys im gonna buy that book . i thought there would be something
good for free online but i guess not.
 
Back
Top