How to print a single record from form?

D

dutty2001

I have a form name ENTRY FORM and I am trying to make it so that I can
print reports that only contain information about the record I choose
from my form. (Basically having it print one sheet for each individual
record). My report is called COST SHEET, and there has got to be a way
to send information from my record to a report without it printing
every single record in my database.

I read on an earlier post that you can make a command button on your
form that shows up on each record, that when clicked it sends the data
from the current record to a report and can print that out. It was
something about making an OpenReport statement but I have no idea how
to word the code. If this will work or someone has a different
suggestion, I would greatly appreciate it.

Also my key field is called Quote Number but it is not formatted as
number data because it has dashes in it.
 

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