G
Guest
I have a table(ContactsInterviews) that has InterviewID, ContactID, CustomerID, Date, Time. Relationships between Contacts, Customers, and ContactsInterview are setup. I need a solution that when assigning a new interview to a Contact to a Customer, that there is not a duplicate interview on the same Date and Time as another Contact. I think I need a DLookup to read all records with the same CustomerID and the compare the Date and Time from the form to the table. Or possibly some VB code? Not sure. I am somewhat new to Access but have come a long way in the past 2 months.