I have a problem with a database design:
I have an EReport. This EReport will have a QAPCategory. User must select a QAPCategory from an set of QAPCategory.
To know which QAPCategory can be selected I have done this design:

Is this correct? Is this a circular reference?
FK1 | QAPCategory.eReportIDrepresent? – Jeroen May 19 '12 at 7:58QAPCategorythat can be chosen from anEReport(QAPCategory.eReportID), and anEReportmust have aQAPCategory(EReport.qapCategoryId). – VansFannel May 19 '12 at 8:13