Hi
I have attached a diagram of the relationships (one to many) for this table.
The problem is where to put a GroupID and as of now the GroupID does not replicate in the tblBookings.
A group ID is needed as there can be as many as four persons per room and while travelling (motorcoach) there could be as many as 15 people who wish to sit near each other, and in this case assigning a group ID seems logical.
A GroupID and GroupName may make life easier (me) even for two people booking one room. Single bookings are rare.
What I am struggling with is where best this GroupID and GroupName belongs (table)?
After the tblCustomers is complete it would be then determined if a group was needed then enter it. Then I would have to have some kind of lookup where I could add persons to a group at a later time. To prevent typo's I would need to have some sort of query/list displaying the GroupName and then insert this into the appropriate table. (What table?)
I may be making this more complicated than it should be, but I thought the GroupID would replicate to the tblBookings without a problem.
I have tried several various table relationships without any progress.
Thanks