I have two tables. table1 lists all available hotels, two fields: "hotelidnumber" "hotelname". table two lists reservations made which stores the "hotelidnumber" of the hotel reserved at.
In crystal reports i created a simple "group" of reservations by hotel. The problem is, that the "hotelIdNumber" is listed for each group header instead of the hotel name. How can i select the hotel name to be at the header of each sub group. In asp it would be simila to:
select hotelname from table1 where hotelidnumber in(select hotelidnumber from table2)
thanks in advance
In crystal reports i created a simple "group" of reservations by hotel. The problem is, that the "hotelIdNumber" is listed for each group header instead of the hotel name. How can i select the hotel name to be at the header of each sub group. In asp it would be simila to:
select hotelname from table1 where hotelidnumber in(select hotelidnumber from table2)
thanks in advance