Hi all,
i have the following table:
classID (autonumber and PK)
dateOfClass
className
time
studio (choice of two studios)
instructor (FK)
if i had a form of added a new class, i would like an error message appears if a class is doubled book in the same studio and time with instructor on a specific date.
any help
many thanks all
Tej
i have the following table:
classID (autonumber and PK)
dateOfClass
className
time
studio (choice of two studios)
instructor (FK)
if i had a form of added a new class, i would like an error message appears if a class is doubled book in the same studio and time with instructor on a specific date.
any help
many thanks all
Tej
Comment