K
Katherine R
Please help me get started. I need two forms. Do I need
one or two tables?
Form one will include the primary key - ComplaintNo, which
is an auto number, and fields for the location of the
complaint, a description of the complaint, the employee
that takes the complaint, and the employee the complaint
is assigned to for investigation. The employee that takes
the complaint will process this form.
Form two will include the date & time of the
investigation, the findings of the investigator, and the
case number as assigned by the investigator. I need the
case number to be a required field with no duplicates
allowed. The employee that investigates the complaint
(this may be different than the employee that takes the
complaint) will process this form.
If I build both forms from one table, form one returns an
error message that CaseNo can't contain a Null value
because the Required property is set to True.
Do I need two tables and a one-to-one relationship? How
do I do this?
one or two tables?
Form one will include the primary key - ComplaintNo, which
is an auto number, and fields for the location of the
complaint, a description of the complaint, the employee
that takes the complaint, and the employee the complaint
is assigned to for investigation. The employee that takes
the complaint will process this form.
Form two will include the date & time of the
investigation, the findings of the investigator, and the
case number as assigned by the investigator. I need the
case number to be a required field with no duplicates
allowed. The employee that investigates the complaint
(this may be different than the employee that takes the
complaint) will process this form.
If I build both forms from one table, form one returns an
error message that CaseNo can't contain a Null value
because the Required property is set to True.
Do I need two tables and a one-to-one relationship? How
do I do this?