Table: dbo.Print_1095_Selection
This table holds selection information for a form 1095 print run.
Columns
NameTypeConstraintsDescription
print_1095_selection_KEYint (4)NOT NULLThe primary key.
print_1095_KEYint (4)NOT NULLThe Print_1095 entry this data is associated with.
employee_KEYint (4)NOT NULLThe employee this data is associated with.
control_numberint (4)NOT NULLA unique number for each 1095 per client within a given print run.
Primary key
NameColumnsDescription
PK_Print_1095_Selectionprint_1095_selection_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Print_1095_Selection__Print_1095__print_1095_KEYprint_1095_KEYPrint_1095 (print_1095_KEY)
FK_Print_1095_Selection__Employee__employee_KEYemployee_KEYEmployee (employee_KEY)

Schema diagram