Hello,
Hopefully what I am about to ask is easily implemeneted. I'm fairly new to Access, I haven't touched databases since I left college.
I currently have two tables, Staff and Daily Record. One relationship between Staff_ID, one-to-many the one being on Staff table and many on the Daily Record table.
Staff Table
Staff_ID*
Forename
Surname
Team
WTE
LOGON
Daily Record Table
EPLOG_ID*
Staff_ID
Report_Date
Errors_Cleared
Errors_Time
Validations_Cleared
Validations_Time
I'd like to make it so that the Daily Record table can't contain duplicates in regards to a Staff_ID being input twice for one Report_Date.
Any help is appriciated.
Hopefully what I am about to ask is easily implemeneted. I'm fairly new to Access, I haven't touched databases since I left college.
I currently have two tables, Staff and Daily Record. One relationship between Staff_ID, one-to-many the one being on Staff table and many on the Daily Record table.
Staff Table
Staff_ID*
Forename
Surname
Team
WTE
LOGON
Daily Record Table
EPLOG_ID*
Staff_ID
Report_Date
Errors_Cleared
Errors_Time
Validations_Cleared
Validations_Time
I'd like to make it so that the Daily Record table can't contain duplicates in regards to a Staff_ID being input twice for one Report_Date.
Any help is appriciated.