I have a subform in datasheet view mode and it has missing the filter option that generally appear with checkboxes.
Missing
By qick filter and checkboxes for filter I mean this:
Can somebody tell me how can I get that back?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The form’s data source query had a filter parameter set which was causing recursive filtering. When I remove that filter ( as it was of no use) it worked well.
It was like a logical error which created that issue.