L
Little Elvis
I have a new client. They are building a HR resource skills database. The
number of skills per person is about 1000. yes 1000. There are categories of
the skills,
so I can break up the 1000 into perhaps 20 tables of 50 columns each. One
column for each skill. This will make forms and subforms easy to build...but
I could also use a alternate table design where I store
PersonID, SkillID, SkillLevel
each "person" would get the full set of skills initialized from a central
table and SkillLevel would be NULL where the person has no experience.
This would be better I think, but the forms would need to be built with
continuous option. Which does not look too nice.
Is there another innovative way I could do this?
Thanks,
number of skills per person is about 1000. yes 1000. There are categories of
the skills,
so I can break up the 1000 into perhaps 20 tables of 50 columns each. One
column for each skill. This will make forms and subforms easy to build...but
I could also use a alternate table design where I store
PersonID, SkillID, SkillLevel
each "person" would get the full set of skills initialized from a central
table and SkillLevel would be NULL where the person has no experience.
This would be better I think, but the forms would need to be built with
continuous option. Which does not look too nice.
Is there another innovative way I could do this?
Thanks,