Hi,
I would like to know, how to display the data based on the priority and date.
It should look like this:
I have 2 tables:
1.) tblClient (CompanyID,Company_Name, Priority)
2.) tblServiceRequest (ServiceID, Type_Of_Equipment, Date)
I have tried many ways bu it doesn't work.
I would like to know, how to display the data based on the priority and date.
It should look like this:
Company Name Equipment Priority Date
CNN | Window | 80 | 1/10/2012
CarGroom | Air_conditioner | 60 | 1/10/2012
WaterTank | Air_Filter | 80 | 2/10/2012
Garage | Heating_Duct | 70 | 2/10/2012
Amazon | Heating_Duct | 100 | 3/10/2012
I have 2 tables:
1.) tblClient (CompanyID,Company_Name, Priority)
2.) tblServiceRequest (ServiceID, Type_Of_Equipment, Date)
I have tried many ways bu it doesn't work.