Create report using data from main report

N

Nicole Walker

I have created a data sheet in several different areas in Access. I used
tables, queries, forms, page, report etc. My data sheet consists of various
companies from various states. I am trying to figure out how to pull certain
data from the main data sheet to create a data sheet with certain information
on it. For example, I need to pull all of the companies from Oregon from the
main sheet and be able to print just those companies. How would I go about
doing so? Please help!!
 
K

KARL DEWEY

You do not pull from 'main sheet' but from the table that the 'main sheet'
gets the information from.
Use a select query with criteria of "Oregon" for State.
 
Top