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.