If this has already been asked, please point me in the right direction. Couldn't find anything related to this when using the search.
I have simple form with a text box and a button labeled "search". Text box is called Search_Box and the form is called frmSearch. I want to have the ability to type in a word into this text box and have this specific text input be the criteria for a column in a query. The column is "Title". When I click on the "search" button, I want the query to run and output into a report only the information associated with the titles that met the criteria of the text box. Basically filiter data. I'm having trouble getting the word in the text box to input correctly into the criteria of the title column. Not sure if I'm using the right criteria code or if something is wrong with how I have the table set up that my main form is inputting into.
The criteria code is [Forms]![frmSearch]![Search_Box] and the data type of the title box is "memo".
I have the queries working fine with a combobox and dates to filter my data, but I am having trouble with text. Can anyone please help me. Thanks in advance.
I have simple form with a text box and a button labeled "search". Text box is called Search_Box and the form is called frmSearch. I want to have the ability to type in a word into this text box and have this specific text input be the criteria for a column in a query. The column is "Title". When I click on the "search" button, I want the query to run and output into a report only the information associated with the titles that met the criteria of the text box. Basically filiter data. I'm having trouble getting the word in the text box to input correctly into the criteria of the title column. Not sure if I'm using the right criteria code or if something is wrong with how I have the table set up that my main form is inputting into.
The criteria code is [Forms]![frmSearch]![Search_Box] and the data type of the title box is "memo".
I have the queries working fine with a combobox and dates to filter my data, but I am having trouble with text. Can anyone please help me. Thanks in advance.