I have a split-form and the filter controls for the table have disappeared. At the bottom of the Access window, it says that there is "No Filter" which makes sense. I've tinkered with a few of the settings on the form with no luck. I also looked at the source table to see if something was off but couldn't find anything.
I do have some code associated with the form; see below:
Private Sub cmd1149RunReport_Click()
DoCmd.OpenReport "rpt1149", acViewReport, , Me.Filter, acDialog
End Sub
This is really what I need the filter controls for - to filter the data I want and run the report for only that data.
Thanks in advance!