SQL query select [UserID], [ID], [Account], [Account Name], [Center], [Center Name], [Jan], [Feb], [Mar], [Apr], [May], [Jun], [Jul], [Aug], [Sep], [Oct], [Nov], [Dec], [YTD] From [Budget2005] where UserID = order by [Account] asc
I'm trying to find out how to change the WHERE clause in this statement. Any help would be appreciated.