Hi,
I have form that displays staff info and subform that displays competency records. My problem is with the subform. This is the sample of data,
StaffNo : 12345
StaffName : John
Category : Exec
Competency Point1 Point2
Communication
Teamwork
Ability
The form should be like above. I need to key in Point1 and Point2 only. The Competency records depends on the Category. Each Category has different Competency records. My problem is when i enter Point1 and Point2 for this staff, all the staff within the same Category has the same points. How should i do so that every staff have their own points? Any idea?
Thanx in advance..
I have form that displays staff info and subform that displays competency records. My problem is with the subform. This is the sample of data,
StaffNo : 12345
StaffName : John
Category : Exec
Competency Point1 Point2
Communication
Teamwork
Ability
The form should be like above. I need to key in Point1 and Point2 only. The Competency records depends on the Category. Each Category has different Competency records. My problem is when i enter Point1 and Point2 for this staff, all the staff within the same Category has the same points. How should i do so that every staff have their own points? Any idea?
Thanx in advance..