On Microsoft Access 2010, I am creating a database project for a DJ booking system (not for professional use) and wondered how you can stop double booking from occurring that would provide you with an error message that I could personalise.
My current booking file looks like this:
Booking ID - Primary Key
Customer ID (Linked to customer table)
Venue ID (Linked to venue table)
Date Booked
Set Up Time
Start Time
Finish Time
Party Type
Discount Code
At the moment I have the date booked as Indexed (No Duplicates) however this gives me a long error message that I can not personalise.
If there is any way you can think that could solve the problem then it will be appreciated
Just to add, I'm not very familiar with Access 2010, I'm trying enhance my problem solving skills, and I just did not know what to do about double booking.
My current booking file looks like this:
Booking ID - Primary Key
Customer ID (Linked to customer table)
Venue ID (Linked to venue table)
Date Booked
Set Up Time
Start Time
Finish Time
Party Type
Discount Code
At the moment I have the date booked as Indexed (No Duplicates) however this gives me a long error message that I can not personalise.
If there is any way you can think that could solve the problem then it will be appreciated
Just to add, I'm not very familiar with Access 2010, I'm trying enhance my problem solving skills, and I just did not know what to do about double booking.