Hi,
The Complete or Incomplete" tick is stored as an option in FORMS.
I'm sorry, but you are mistaken.
Forms ARE JUST WINDOWS. Data is *not* stored in Forms. Data is stored
in Tables.
I then created a report by using Wizard and was given an option to choose
the TAB(Titles) from the FORM i created.
I choose Complete or Incomplete as one of the headers in the report. But
when i print/preview the report it come with both Complete and Incomplete
results.
I would like to now be able to create two reports where one will have the
Complete only and Incomplete only.
How can I seperate these two from each other?
You need to realise that your Report is based on data in a Table - and
that the wizards are not perfect, very far from it in fact!
I'm assuming (perhaps incorrectly) that you have *something* in your
Table that indicates whether a record is Complete or Incomplete. Since
I cannot see your tables, and you chose not to post any information
about your tables, I don't know what that might be.
You can base your Report on a Query selecting just Complete, or just
Incomplete, records. If you wish to modifiy the wizard-generated
report, open it in Design view; view its Properties; and click the ...
icon by the "Record Source" property, the first one on the Data tab.
This will open a Query Design window (perhaps asking if you want to
convert the table to a query - say yes); you can then adjust the query
using criteria to select the records that you want to display.
John W. Vinson[MVP]