M
Maarkr
Need suggestions to assign a person to a bed for a specific date. Some rooms
have one bed and some have many. How can I get this so I can assign a person
to a specific bed and deconflict the dates?
I have many buildings, (one to many) to many rooms, (one to many) to many
beds, to a linking table (beds to people) linking the people to a bed.
RoomID Rooms Table
fkBldgID
RoomNo
NoOfBeds
BedID Beds Table
fkRoomID
BedNbr
Bed2PeepID Link Table for beds to people
BedID
PeepID
ArriveDate
LvDate
PeepID People Table
FName
LName
etc
thanks as always...if I have enough info here to solve this...
have one bed and some have many. How can I get this so I can assign a person
to a specific bed and deconflict the dates?
I have many buildings, (one to many) to many rooms, (one to many) to many
beds, to a linking table (beds to people) linking the people to a bed.
RoomID Rooms Table
fkBldgID
RoomNo
NoOfBeds
BedID Beds Table
fkRoomID
BedNbr
Bed2PeepID Link Table for beds to people
BedID
PeepID
ArriveDate
LvDate
PeepID People Table
FName
LName
etc
thanks as always...if I have enough info here to solve this...