I received the following error, “Run-time error 2448 You can’t assign a value to this object.”
I have a command button on the main form that filters a subform check box.
Here is the code:
With Me.frmZip_info.Form
.Filter = “Select = -1”
.FilterOn = True
End With
Any ideas why?
Thanks!