-----Original Message-----
In the subject you indicate "sort" by yes no.
This would be best accomplished in the report design
view. Right Click on the left top little square of the
design window and a selection box will drop down, here you
select the sorting/grouping selection and indicate
variable in the "Filed/Expression" slect box. Than
indicate ascending or descending as appropriate.
In the description you gave, you indicate you may want to
print the report for either "yes" or "no". This is best
accomplished by basing the report on a query. Assuming
you have not yet done this, Just open the report in design
view, dbl click on the same small square described above
in order to open the properties window. Select the data
tab, and click in the record source block, now you see a
little square qith three dots to the right of the line.
click this square and build the query , select all
applicable variables required for this report, including
the "yes/no" variable. In the criteria row below
the "yes/no" variable type "[Enter Yes or No]" (without
the dbl quotes). Now each time you run the report you
are promted to type yes or no in order to select the
desired parameter.
Hope this helps you. Sorry if I am a bit too detailed but
I am not sure of your level of experience with Access.
Fons
-----Original Message-----
I am new to Access programming. I would like to setup a
report from data acquired from excel and loaded/imported
into Access. A field has a yes or no answer. I want to
preview and or print a report based on the yes or no
answer. HOw and where do i do this. Also, if you know of a
good book to acquire, I would appreciate knowing of it.
.
.