Filter Is Too Long? (1 Viewer)

stevet

New member
Local time
Today, 01:54
Joined
Jun 1, 2001
Messages
6
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
 

Users who are viewing this thread

Top Bottom