| Table: dbo.Form_Processing_Run_Form_Count | |||
| This table holds the data needed for recreating, modifying, and creating new fees based on historical data. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| form_processing_run_form_count_KEY | int (4) | NOT NULL | Primary Key |
| form_processing_run_KEY | int (4) | NOT NULL | The form processing run this form count is related to. |
| billing_item_form_KEY | int (4) | NOT NULL | The actual form this form count is related to. |
| billing_item_1099_type_KEY | int (4) | The selected 1099 form type. | |
| printed_page_count | int (4) | NOT NULL | The number of pages that were printed. |
| printed_form_count | int (4) | NOT NULL | The number of forms that were printed. |
| recipient_count | int (4) | NOT NULL | The number of recipients this form is for. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Form_Processing_Run_Form_Count | form_processing_run_form_count_KEY | ||