I have a form with a subform and I’m trying to apply a filter on the subform. I have a button on the subform that uses this code when clicked:
DoCmd.ApplyFilter , “[deleteit] = 0” (just trying to filter out records they have marked for deletion)
This button works fine when I run the form that is used as the subform by itself, but when I try to run the main form and click on this filter button, I get the dreaded “Enter Parameter Value” window, and if I say “OK”, the whole screen goes blank.
Not sure where to go with this one. Any suggestions would be greatly appreciated.
Thanks in advance.