help: print multiple forms with a button on one form

  • Thread starter reservedbcreater
  • 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?
 
R

reservedbcreater

i dont want to see a report, i want to see my survey forms all filled out
 
P

Penguin

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.
 
P

Penguin

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.
 
R

reservedbcreater

thanks guys im gonna buy that book . i thought there would be something
good for free online but i guess not.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top