D
Dulce Candy
I cannot figure what is wrong with my code.. I am using the code from
template "Issues Tracker" to be able to search and filter and I keep getting
this debug error. The error highlights
"Me.Browse_All_Summaries_2008.Form.Filter = strWhere" in the code below. And
when I mouse over "Me.Browse_All_Summaries_2008.Form.FilterOn = True" it
indicates "False"
If strError <> "" Then
MsgBox strError
Else
'DoCmd.OpenForm "Summaries 2008", acFormDS, , strWhere, acFormEdit,
acWindowNormal
If Not Me.FormFooter.Visible Then
Me.FormFooter.Visible = True
DoCmd.MoveSize Height:=Me.WindowHeight + Me.FormFooter.Height
End If
Me.Browse_All_Summaries_2008.Form.Filter = strWhere
Me.Browse_All_Summaries_2008.Form.FilterOn = True
End If
End Sub
Any help is appreciated! Thanks!
template "Issues Tracker" to be able to search and filter and I keep getting
this debug error. The error highlights
"Me.Browse_All_Summaries_2008.Form.Filter = strWhere" in the code below. And
when I mouse over "Me.Browse_All_Summaries_2008.Form.FilterOn = True" it
indicates "False"
If strError <> "" Then
MsgBox strError
Else
'DoCmd.OpenForm "Summaries 2008", acFormDS, , strWhere, acFormEdit,
acWindowNormal
If Not Me.FormFooter.Visible Then
Me.FormFooter.Visible = True
DoCmd.MoveSize Height:=Me.WindowHeight + Me.FormFooter.Height
End If
Me.Browse_All_Summaries_2008.Form.Filter = strWhere
Me.Browse_All_Summaries_2008.Form.FilterOn = True
End If
End Sub
Any help is appreciated! Thanks!