Help please!
I am trying to create an application for our organisation that will allow people to book onto various courses. I have created following tables;
1/ Employee records
2/ Courses - courses that are available, date, time, location, MAXIMUM NUMBER OF SPACES
3/ Bookings table, contains booking ref, employee no, course number.
Here lies my problem, how can I get the system to recognize that a course is full ie the maximum number of spaces from table 2 has been reached and then stop people from booking any one else onto that course??????
Any help would be greatly appreciated!
MIKE
I am trying to create an application for our organisation that will allow people to book onto various courses. I have created following tables;
1/ Employee records
2/ Courses - courses that are available, date, time, location, MAXIMUM NUMBER OF SPACES
3/ Bookings table, contains booking ref, employee no, course number.
Here lies my problem, how can I get the system to recognize that a course is full ie the maximum number of spaces from table 2 has been reached and then stop people from booking any one else onto that course??????
Any help would be greatly appreciated!
MIKE