example,
I made a form with one unasigned inputbox!
I want the User to fil in the different criteria items
Type item1 (enter)
Type item2 (enter)
.
.
.
leave blanc (enter)
the criteria for the query should be like
select* from table
where fielt1 = "'*" & item1 &"*' or '*" & item2 & "*'" ...
who can help me?
I made a form with one unasigned inputbox!
I want the User to fil in the different criteria items
Type item1 (enter)
Type item2 (enter)
.
.
.
leave blanc (enter)
the criteria for the query should be like
select* from table
where fielt1 = "'*" & item1 &"*' or '*" & item2 & "*'" ...
who can help me?