Hey,
I have encountered a problem in designing my database. The database is meant to track Hotel Deals; however, there are two different types of hotel deals, deals involving single hotels and deals involving a portfolio. I want to have a table that tracks deals, and then a table that relates to the seperate hotel information. Without the portfolio complication this is easy; however, I also must account for portfolios in my deal information. Furthermore, I want to include the specific hotels from the hotel table in the portfolios. Do you guys have any suggestios about how to set the relationship up so that it can include both portfolios and hotels in an orderly fashion?
Andy
I have encountered a problem in designing my database. The database is meant to track Hotel Deals; however, there are two different types of hotel deals, deals involving single hotels and deals involving a portfolio. I want to have a table that tracks deals, and then a table that relates to the seperate hotel information. Without the portfolio complication this is easy; however, I also must account for portfolios in my deal information. Furthermore, I want to include the specific hotels from the hotel table in the portfolios. Do you guys have any suggestios about how to set the relationship up so that it can include both portfolios and hotels in an orderly fashion?
Andy