E
Erik Svensson
Hi
I am currently trying to build a search function in a form where I have 8
different criterias (combo boxes) that I want to be able to filter one table
with. I have tried to use the function
IIf([Forms]![Drawing search form]![Drawing]="",Like "**",[Forms]![Drawing
search form]![Drawing])
which returns the correct drawing when I post a drawing in the particular
form but it does not return the complete table when I don't post anything at
all in it. If I use the Like "**" function by itself it returns the complete
table, so what am I doing wrong?
//Erik Svensson
I am currently trying to build a search function in a form where I have 8
different criterias (combo boxes) that I want to be able to filter one table
with. I have tried to use the function
IIf([Forms]![Drawing search form]![Drawing]="",Like "**",[Forms]![Drawing
search form]![Drawing])
which returns the correct drawing when I post a drawing in the particular
form but it does not return the complete table when I don't post anything at
all in it. If I use the Like "**" function by itself it returns the complete
table, so what am I doing wrong?
//Erik Svensson