Record Filter Buttons do not work

shery1995

Member
Local time
Today, 02:55
Joined
May 29, 2010
Messages
71
Hi All

I m trying to to sort the records "Ascending & Descending" based on click of a button on listbox. However it does not work at all, can someone look at attached file and suggest a solution. Please note that "ClientID field" in tblClient is autonumber I am not sure whether that is causing a problem?

Many thanks
 

Attachments

Hi. I think the problem is you're missing a space before the ORDER BY clause in your SQL statement.
 
This should show you the problem:

 

Users who are viewing this thread

Back
Top Bottom