View Full Version : Filter Is Too Long?


stevet
06-12-2001, 03:09 PM
I just spent the day creating a nifty page that writes a very long WHERE clause. I've tried to apply it to a form using:

Forms![MyForm].Filter = "ReallyLongFilter"

and using:

DoCmd.ApplyFilter , "ReallyLongFilter"

But I think Access is appending both attempts at around 256 chars...

Does anyone know how I can apply a long filter to my form?

Thanks,

Steve