J
jubu
Database (Access 2003) for applicants and nominations.
tblMasterApplicant contains a field ApplicantID which is linked one-to-many
to the field ApplicantID in tblNominations. Reports are generated from
queries based on tblMasterApplicant and other linked tables as well. From a
form, the user selects a report name from a combo box which generates the
desired report. Currently the tblNominations is NOT in the queries that
populate the reports. I would like to program a checkbox or command button
on this form, so that when it is selected, and the user selects a report
name, the report now looks at the tblNominations table and EXCLUDES anyone
that is in that table. Any suggestions would be much appreciated. Thanks in
advance.
tblMasterApplicant contains a field ApplicantID which is linked one-to-many
to the field ApplicantID in tblNominations. Reports are generated from
queries based on tblMasterApplicant and other linked tables as well. From a
form, the user selects a report name from a combo box which generates the
desired report. Currently the tblNominations is NOT in the queries that
populate the reports. I would like to program a checkbox or command button
on this form, so that when it is selected, and the user selects a report
name, the report now looks at the tblNominations table and EXCLUDES anyone
that is in that table. Any suggestions would be much appreciated. Thanks in
advance.