M
Mpatha
I have an assignment for a B&B,I must prevent double bookings.The teacher
gave us an ERD with 4 tables - 1.Guests(guestId,name,address,tel),
2.Bookings(bookingId,arrival,departure) 3.Rooms(roomNo,descr,cost),
4.Booking_Details(roomNo,bookingId[pk&fk]). I have looked at prior posts on
this topic,tried quite a few of the solutions,but nothing works on displaying
error message to the user. I'm starting to think that Booking_Details should
not exist in this db, as I have noticed that most of these solution are based
on 2 or 3 tables and not 4 like mine. Should I drop table Booking_Details?
I'm using MS Access 2003.
Any advice will be greately appreciated.Thanx.
gave us an ERD with 4 tables - 1.Guests(guestId,name,address,tel),
2.Bookings(bookingId,arrival,departure) 3.Rooms(roomNo,descr,cost),
4.Booking_Details(roomNo,bookingId[pk&fk]). I have looked at prior posts on
this topic,tried quite a few of the solutions,but nothing works on displaying
error message to the user. I'm starting to think that Booking_Details should
not exist in this db, as I have noticed that most of these solution are based
on 2 or 3 tables and not 4 like mine. Should I drop table Booking_Details?
I'm using MS Access 2003.
Any advice will be greately appreciated.Thanx.