L
Loggical via AccessMonster.com
I have just started to create a normalised DB and need help in transferring
data from un-normalised DB; 10,000 + records in the un-normalised DB.
UN-Normalised DB
tblOccurrence with the following fields.
OccurrenceID
Date
Time
Details
EmployeeNumber1
Name1
EmployeeNumber2
Name2
EmployeeNumber3
Name3
ReportType1
Report1
ReportType2
Report2
How would I transfer all the data into a normalized DB given there are
multiple fields for Names and Reports? In the normalised DB I have the
following Tables where the data needs to be transferred to.
tblOccurrence
tblOccurrenceEmployee
tbleReportTypeUsed
These three tables are used in the frmOccurrence with the tblOccurrence being
the main table and the tblOccurrencReport and tblReportTypeUsed being
subforms. All three tables have Primary Keys and Enforce Referential
Integrity.
Any help would be grateful.
data from un-normalised DB; 10,000 + records in the un-normalised DB.
UN-Normalised DB
tblOccurrence with the following fields.
OccurrenceID
Date
Time
Details
EmployeeNumber1
Name1
EmployeeNumber2
Name2
EmployeeNumber3
Name3
ReportType1
Report1
ReportType2
Report2
How would I transfer all the data into a normalized DB given there are
multiple fields for Names and Reports? In the normalised DB I have the
following Tables where the data needs to be transferred to.
tblOccurrence
tblOccurrenceEmployee
tbleReportTypeUsed
These three tables are used in the frmOccurrence with the tblOccurrence being
the main table and the tblOccurrencReport and tblReportTypeUsed being
subforms. All three tables have Primary Keys and Enforce Referential
Integrity.
Any help would be grateful.