I'm assuming that you are doing the GotoContact in the AfterUpdate event of a combo or a list. If so, add a line of code that resets the filter on the form. This will have to be before the code that attempts to find the record you have selected.
me.Filter = ""
me.FilterOn = false