BlackKnight
Programmer
Hi folks,
I want to apply a filter to a form when it opens but in the help it says the filter property is ignored by SQL 7. I tried using the serverfilter property but it crashed Access.
I tried using the access method of docmd.openform "frmname",,,,"WHERE fldname=crteria" which refused to open the form unless I removed the filter argument.
The only solution I have found is to set the recordsource of the form during the form's open event.
Is this the only way? Any help would be appreciated. Yhanx in advance.
Have a good one!
BK
I want to apply a filter to a form when it opens but in the help it says the filter property is ignored by SQL 7. I tried using the serverfilter property but it crashed Access.
I tried using the access method of docmd.openform "frmname",,,,"WHERE fldname=crteria" which refused to open the form unless I removed the filter argument.
The only solution I have found is to set the recordsource of the form during the form's open event.
Is this the only way? Any help would be appreciated. Yhanx in advance.
Have a good one!
BK