Hi,
I have created a form where a user can choose from any of 3 combo boxes that run an instant Select query. I want to add two more search options, but make them using text boxes rather than combo boxes. For example, I have a field "author list" that contains one or multiple authors per record. I want the user to be able to pull up all records that contain any last name they enter into the text box. I have the following under the criteria for "author list" in the query:
Like "*[Forms]![frmQuickView]![author]*"
where "author" refers to the text box field in the form. However, no amount of tinkering with the quotes and asterixes and brackets returns anything but all the records (leaving the combo boxes blank, since they actually work). I can't find any info on dealing with this kind of parameter query that allows it to be entered on a form shared with other combo boxes (seems like I have to let it be a regular parameter query with the pop-up asking for a parameter for one field, but that's not what I want). Can anyone offer advice?
Best,
sioux
I have created a form where a user can choose from any of 3 combo boxes that run an instant Select query. I want to add two more search options, but make them using text boxes rather than combo boxes. For example, I have a field "author list" that contains one or multiple authors per record. I want the user to be able to pull up all records that contain any last name they enter into the text box. I have the following under the criteria for "author list" in the query:
Like "*[Forms]![frmQuickView]![author]*"
where "author" refers to the text box field in the form. However, no amount of tinkering with the quotes and asterixes and brackets returns anything but all the records (leaving the combo boxes blank, since they actually work). I can't find any info on dealing with this kind of parameter query that allows it to be entered on a form shared with other combo boxes (seems like I have to let it be a regular parameter query with the pop-up asking for a parameter for one field, but that's not what I want). Can anyone offer advice?
Best,
sioux