I assume that there is a table in Full House that contains a list of all of the items and another table that has information about what was booked and that both of these tables are in your report. In the Database Expert, select the join between these two tables and the right-click on it and select Link Options. If the link is
from the item list table
to the items booked table, make this a Left Outer join. If the link is the other direction, make this a Right Outer join.
-Dell