I have to create a report where there is information to be summarized from 1 of two tables:
TblMaster_Schedule (1 to 1)-> TblMaster_Day
TblMaster_Schedule (0 to n)-> TblSpot_Changes
For the crosstab:
The rows run off of The Location field in the TblMaster_schedule table and the columns run off The Sequence field in the TblMaster_Day table. If a record corresponding to the Location and Sequence in those tables exists in the TblSpot_Changes table then I want to show that, otherwise I want to show the info from the TblMaster_Day table. I am having problems especially due to the 0,n relationship on the TblSpot_changes table.
Any advice would help, a crosstab is not a requirement but it is the way I thought everything would work the best.
TblMaster_Schedule (1 to 1)-> TblMaster_Day
TblMaster_Schedule (0 to n)-> TblSpot_Changes
For the crosstab:
The rows run off of The Location field in the TblMaster_schedule table and the columns run off The Sequence field in the TblMaster_Day table. If a record corresponding to the Location and Sequence in those tables exists in the TblSpot_Changes table then I want to show that, otherwise I want to show the info from the TblMaster_Day table. I am having problems especially due to the 0,n relationship on the TblSpot_changes table.
Any advice would help, a crosstab is not a requirement but it is the way I thought everything would work the best.