G
Grace
My database stores survey data. The data comes in on an
excel spreadsheet. Some of the data on the spreadseet is
listed below:
[Claim#]
[ClaimInfo1]
[ClaimInfo2]
[ClaimInfo3]
[InjuryCode1]
[InjuryCode2]
[InjuryCode3]
....
There can be anywhere from 1 to 25 Injury Codes.
I have a table [tblSurvey] that stores all the Claim
information, except InjuryCodes, where the [Claim#] is the
primary key.
Another table [tblInjuriesperClaim] stores the Claim# and
InjuryCodes associated with the claim. The combination of
the [Claim#] and [InjuryCode] is the primary keys on that
table.
Can I use an Append Query to add separate records to the
[tblInjuriesperClaim] table. The number of records will
depend on the number of injury codes but all will have the
same claim number.
I hope this makes sense. Please let me know if it does
not.
Thank you,
Grace
excel spreadsheet. Some of the data on the spreadseet is
listed below:
[Claim#]
[ClaimInfo1]
[ClaimInfo2]
[ClaimInfo3]
[InjuryCode1]
[InjuryCode2]
[InjuryCode3]
....
There can be anywhere from 1 to 25 Injury Codes.
I have a table [tblSurvey] that stores all the Claim
information, except InjuryCodes, where the [Claim#] is the
primary key.
Another table [tblInjuriesperClaim] stores the Claim# and
InjuryCodes associated with the claim. The combination of
the [Claim#] and [InjuryCode] is the primary keys on that
table.
Can I use an Append Query to add separate records to the
[tblInjuriesperClaim] table. The number of records will
depend on the number of injury codes but all will have the
same claim number.
I hope this makes sense. Please let me know if it does
not.
Thank you,
Grace