
Originally Posted by
June7
SSN in Booking table is linked to RoomNum in StudentData table.
Why is all that student info duplicated into Booking?
Rooms table should not link to both Booking and StudentData.
RoomNum should not be the primary key in Booking table, BookingID should.
Can room number be repeated between buildings - will there be a room 1 in each building? Don't save RoomNum and Bldg#, save Room ID.
Advise no spaces and special characters/punctuation (underscore is exception) in naming convention. Better would be BldgNum or Bldg_Num.
There is no Student Data Entry form, there is Soldier Data Entry.
The Master/Child Links properties are not set for the CourseReservation subform.