Hi,

I have one sql which involve 3 tables. My problems is how i need to design the rpt file so that i can show the data fields below

Table A
1)UserID
2)VehicleID
3)Place


TableB
1)UserID
2)UserDesc

TableC
1)VehicleID
2)VehicleDesc

so i want to show the result in 3 of them within this 3 table (MSSQL 2005)
===UserDesc ===VehicleDesc===Place

thanks for helping