I have two combobox(fields) Period and Year
I want to keep any duplicate combinations out of my tblResults table. I do not want the same employee to have 2 entries for March 2002, etc.. My relationship from my tblEmplyees is EmployeeID and my primary key in the tblResults is ResultCount. I think I need a dlookup, but I'm not quite sure how to write using criteria in two fields..
Would appreciate any help.....
I want to keep any duplicate combinations out of my tblResults table. I do not want the same employee to have 2 entries for March 2002, etc.. My relationship from my tblEmplyees is EmployeeID and my primary key in the tblResults is ResultCount. I think I need a dlookup, but I'm not quite sure how to write using criteria in two fields..
Would appreciate any help.....