G
Guest
Hi,
Can anyone tell me how to change this query to sort by 'officer Surname'.
I've tried everything I can think of but still no good. What i would like is
'All' at the top of the list with surnames sorted under. If I add 'order by'
I need to have sort field in the first part of the query which gives me
multiple "All". Any suggestions?
SELECT 0, "All","","" FROM tblOfficerName UNION SELECT
tblOfficerName.OfficerIDS, tblOfficerName.OfficerSurname,
tblOfficerName.OfficersInitials, tblOfficerName.OfficerRegdNo
FROM tblOfficerName;
Can anyone tell me how to change this query to sort by 'officer Surname'.
I've tried everything I can think of but still no good. What i would like is
'All' at the top of the list with surnames sorted under. If I add 'order by'
I need to have sort field in the first part of the query which gives me
multiple "All". Any suggestions?
SELECT 0, "All","","" FROM tblOfficerName UNION SELECT
tblOfficerName.OfficerIDS, tblOfficerName.OfficerSurname,
tblOfficerName.OfficersInitials, tblOfficerName.OfficerRegdNo
FROM tblOfficerName;