I have a Problem!
I have Created a query which runs when data inputted from a form is entered.
The Query ([HotelForm] references a couple of Option Groups on the form[Hotels] and based on which is active it returns the data in Txt_Search into the Query Criteria.
The problem I have is when searching a Hotel Name [HName, if i want to use a partial description. I can't seem to find a way to do it although if i put the Hotel name in as per the table, it finds it no problem.
My Criteria is here, The Radio Button Group is Grp_Search and the Hotel Name have a value "2".
IIf([forms]![hotels]![grp_Search]="2",[Forms]![Hotels]![txt_Search],[HName])
Any help greatfully received!
I have Created a query which runs when data inputted from a form is entered.
The Query ([HotelForm] references a couple of Option Groups on the form[Hotels] and based on which is active it returns the data in Txt_Search into the Query Criteria.
The problem I have is when searching a Hotel Name [HName, if i want to use a partial description. I can't seem to find a way to do it although if i put the Hotel name in as per the table, it finds it no problem.
My Criteria is here, The Radio Button Group is Grp_Search and the Hotel Name have a value "2".
IIf([forms]![hotels]![grp_Search]="2",[Forms]![Hotels]![txt_Search],[HName])
Any help greatfully received!
