I have used a filter to use in one of the forms to search for spesific records, but when ever the result is null it freezes the system and hide all the contents in the form,
the filter that I used is: DoCmd.ApplyFilter filter, “[Nom de contact] LIKE “”*” + Me.Text48.Text + “*”””
what is the simplist way to solve this?
thank you in advance.
Carlos