A
Astrid
Ok, in my Access 2003 database I now have 4 key skills tables;
tblEQUIPMENT - listing equipment iinformation (approx 250+ pieces)
tblMETHODS - listing analytical methods to use in conjunction with the
equipment from the EQUIPMENT table (approx 105 methods)
tblTRAINING - listing all training courses (currently 250+ courses and more
added all the time)
tblSOFTSKILLS - random stuff that is useful, eg. good at grammer, wrting
skills, maths, graphics, more hobby type stuff really (huge list of these
skills)
I also have two linked tables from a current Training Database;
tblCOURSES - listing all courses that are/have been run
tblEMPLOYEES - lists all employees
What I would like to do is this - create one table which incorperates all
the information from the tables to show what key skills each employee has;
tblEMPLOYEEKEYSKILLS
EmployeeID - from the linked employee table
EquipmentID - lookup from Equipment table
MethodID - lookup from method table
TrainingID - lookup from Training table
SoftSkillID - lookup from SoftSkills table
Trained - completed if trained
Competent - completed if competent
Expert - Completed if expert
Comments - Memo column
I am hitting trouble as I am trying to create lookup columns from the linked
tables Employees and Courses, but access wont let me.
The reason I linked the tables was to prevent having to input information
into both the Training Database AND the Key Skills Database when there is a
new employee/training course, but can just input data into one and 'update'
the linked tables.
Is what I'm trying to do possible, or is there another way?
tblEQUIPMENT - listing equipment iinformation (approx 250+ pieces)
tblMETHODS - listing analytical methods to use in conjunction with the
equipment from the EQUIPMENT table (approx 105 methods)
tblTRAINING - listing all training courses (currently 250+ courses and more
added all the time)
tblSOFTSKILLS - random stuff that is useful, eg. good at grammer, wrting
skills, maths, graphics, more hobby type stuff really (huge list of these
skills)
I also have two linked tables from a current Training Database;
tblCOURSES - listing all courses that are/have been run
tblEMPLOYEES - lists all employees
What I would like to do is this - create one table which incorperates all
the information from the tables to show what key skills each employee has;
tblEMPLOYEEKEYSKILLS
EmployeeID - from the linked employee table
EquipmentID - lookup from Equipment table
MethodID - lookup from method table
TrainingID - lookup from Training table
SoftSkillID - lookup from SoftSkills table
Trained - completed if trained
Competent - completed if competent
Expert - Completed if expert
Comments - Memo column
I am hitting trouble as I am trying to create lookup columns from the linked
tables Employees and Courses, but access wont let me.
The reason I linked the tables was to prevent having to input information
into both the Training Database AND the Key Skills Database when there is a
new employee/training course, but can just input data into one and 'update'
the linked tables.
Is what I'm trying to do possible, or is there another way?