Question
April 4, 2007 at 04:40 AM
carlos.maalouf

Access – filter problem

by carlos.maalouf . Updated 19 years, 4 months ago

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

This discussion is locked

All Comments