Opening R_Labels triggers warning that there is not enough horizontal space for display. I had to adjust report design to eliminate.

The report has 4 records. Two have images associated and two do not. Q_Tag_Labels is joining on Sname field in Service and should be Quick field.

You have SID defined as primary key in Service table but you are saving Quick as foreign key in OrderDet table. Either designate Quick as primary key or redesign so that SID is saved as foreign key.