HI I have to use a second table in order to get info for the report. I need to do something like this
select table1.nursing_station_number, table2.description
from table1, table2
where table1.nusing_station_number=table.nursing_station_number;
where table2.description is what is needed on the Group level for the description.
I am not sure where I put this Select statement. Is it a command?