View Single Post
  #2  
Old January 26th, 2010, 02:58 AM posted to microsoft.public.access
MikeR
external usenet poster
 
Posts: 147
Default Select query not being saved

MikeR wrote:
In Access 2000, if I build the following SQL, it runs (from the query
builder) and gives the expected results.

When I save the query, Access deletes the ASC part.

How can I have it saved?

Thanks, Mike

SELECT [UCALL], [Mode]
FROM ModRef
ORDER BY [mode] DESC , [ucall] ASC;


Because ASC is the default?