I have a problem where I have a filter string written in the AfterUpdate event (syntax correct since I copied it from a form where it works solidly) but it seems like VBA is not recognizing the Me.FilterOn = True command because when I try using the filter (from a text box) the little funnel in the toolbar does not get highlighted like it would normally when you run a filter.
I wonder if this isn't something like when VBA occasionally does not seem to recognize objects/ controls on forms. It has happened to me in the past where I will start writing code and when I get to the part where I type "Me." the little drop down box with all of the available commands/ controls and obejcts does not pop up; and indeed when I go to use the object/ control in the form, it does not respond. What I have had to do to remedy this in the past is basically just re-do the form from scratch and then VBA would recognize everything I have put on the form.
However, in this case, I have put a lot of work into format and design of form and do not want to start the whoel thing from scratch. Can anyone help?
I wonder if this isn't something like when VBA occasionally does not seem to recognize objects/ controls on forms. It has happened to me in the past where I will start writing code and when I get to the part where I type "Me." the little drop down box with all of the available commands/ controls and obejcts does not pop up; and indeed when I go to use the object/ control in the form, it does not respond. What I have had to do to remedy this in the past is basically just re-do the form from scratch and then VBA would recognize everything I have put on the form.
However, in this case, I have put a lot of work into format and design of form and do not want to start the whoel thing from scratch. Can anyone help?