Josh McFarlane
darsant at gmail.com
Fri Jun 10 13:25:55 CDT 2005
On 6/10/05, Jim Hewson <JHewson at karta.com> wrote: > There is no filter currently. > I'm adding the filter through the afterupdate event of the combo box. > Thanks, > Jim It may be easiest to set the recordsource on the afterupdate (SELECT * FROM Table WHERE FilteredField = " & CmbBoxSelection Don't forget to Requery the form too after updating it. -- Josh McFarlane "Peace cannot be kept by force. It can only be achieved by understanding." -Albert Einstein