dhoffman
06-22-2001, 10:39 AM
THis is highly related to one of the other posts in this section having to do with filter by forms, but the question is different and perhaps more specific. If this bothers anyone, sorry, but according to my judgement, it merited a new thread.
Does anyone know anything about the ServerFilterByForm property? In Access 2K help, I looked up FilterByForm, the entry was in the index, however the link took me to a page on the ServerFilterByForm property. I am not sure that this is what I want. Furthermore, everytime I tried to reference this property in VBA within my form's code module, with a statement like:
Me.ServerFilterByForm
I received an error message: "you antered an expression that has an invalid reference to the property ServerFilterByForm." Help was not available from that message. All I want to do is be able to test whether a form is open in FilterByForm mode or not.
I received an error message
Does anyone know anything about the ServerFilterByForm property? In Access 2K help, I looked up FilterByForm, the entry was in the index, however the link took me to a page on the ServerFilterByForm property. I am not sure that this is what I want. Furthermore, everytime I tried to reference this property in VBA within my form's code module, with a statement like:
Me.ServerFilterByForm
I received an error message: "you antered an expression that has an invalid reference to the property ServerFilterByForm." Help was not available from that message. All I want to do is be able to test whether a form is open in FilterByForm mode or not.
I received an error message