G
gary b
I have searched the newsgroups for a solution to no avail. Perhaps
this is not possible?
I have a large table (tblBTE)including [but not limited to] the
following fields: FirstName, LastName, CatName, dBDev, dBDesign, -->
and approximately 30 more skill names. This table was created by
importing data from an Excel spreadsheet. Each record lists
FirstName, LastName, CatName and a numerical proficiency value for the
skill names used as field names. Example:
ID FirstName LastName CatName dBDesign dBdev dBData --->
1 John Smith Core 1 0 2 --->
2 Mary Jones SME 0 2 0 --->
3 Ted Martin Core 2 0 1 --->
4 Alfred Newman SME 0 3 0 --->
Notice that (skill) fields are associated with only one Skill Category
name (Core, SME, or Mgmt). NO field has values for than one type of
Category.
I have created an Access relational database that specifies the
following relationships between the three tables and their fields:
tblEmpl tblCat tblSkill
SkillID (auto)
CatID (auto) 1 - M >>>> CatID (long int)
EmplID (auto) 1 - M >>>>>> EmplID long int EmplID
FirstName FirstName FirstName
LastName LastName LastName
CatName CatName
SkillName
Proficiency
What I want to do is extract the numerical proficiency values from
tblBTE and place them in tblSkill -- keeping the integrity of the
data. [That is, the VALUE for the FIELD titled dBData in tblBTE needs
to be placed in Proficieny field of tblSkill for the RECORD
corresponding to firstName, LastName, and SkillName(=dBData).
The fact that the skillnames (in tblBTE) are FIELD names has me
stumped. Can anyone tell me how to extract BOTH the field name
(=SkillName) AND the numerical value from tblBTE for each individual
listed in the database??
Thanks for the bandwidth.
gary b
this is not possible?
I have a large table (tblBTE)including [but not limited to] the
following fields: FirstName, LastName, CatName, dBDev, dBDesign, -->
and approximately 30 more skill names. This table was created by
importing data from an Excel spreadsheet. Each record lists
FirstName, LastName, CatName and a numerical proficiency value for the
skill names used as field names. Example:
ID FirstName LastName CatName dBDesign dBdev dBData --->
1 John Smith Core 1 0 2 --->
2 Mary Jones SME 0 2 0 --->
3 Ted Martin Core 2 0 1 --->
4 Alfred Newman SME 0 3 0 --->
Notice that (skill) fields are associated with only one Skill Category
name (Core, SME, or Mgmt). NO field has values for than one type of
Category.
I have created an Access relational database that specifies the
following relationships between the three tables and their fields:
tblEmpl tblCat tblSkill
SkillID (auto)
CatID (auto) 1 - M >>>> CatID (long int)
EmplID (auto) 1 - M >>>>>> EmplID long int EmplID
FirstName FirstName FirstName
LastName LastName LastName
CatName CatName
SkillName
Proficiency
What I want to do is extract the numerical proficiency values from
tblBTE and place them in tblSkill -- keeping the integrity of the
data. [That is, the VALUE for the FIELD titled dBData in tblBTE needs
to be placed in Proficieny field of tblSkill for the RECORD
corresponding to firstName, LastName, and SkillName(=dBData).
The fact that the skillnames (in tblBTE) are FIELD names has me
stumped. Can anyone tell me how to extract BOTH the field name
(=SkillName) AND the numerical value from tblBTE for each individual
listed in the database??
Thanks for the bandwidth.
gary b