Thread: Filter
View Single Post
  #1  
Old May 4th, 2010, 07:36 PM posted to microsoft.public.access.forms
PJ
external usenet poster
 
Posts: 265
Default Filter

I have a filter on a form based off of multiple criteria. Once you put the
criteria I have a command button to search for this criteria based on what
you put in the unbound fields. Once the filter is placed it is outputting
the correct information but I want it th order by the launch date in
descending order. Here is my code me.orderby = "[launch] desc". I guess I am
placing the event on the incorrect event. Do I put it on the form or the
text box and what event?

Thanks!!!