kentwoodjean
Technical User
I have a table with a query that represents an index to our company newsletter. Entries are made each month that contain Issue Date, Issue No., Article Title, Source, and also a column where a hyperlink is inserted and takes you to the actual newsletter in Word for the article you want. What I want to know is this: I created a form with 2 buttons, one for Article and one for Source. These will be search buttons that will open up a query based on the criteria entered. My question is on formating the criteria. In both the Article Title field and Source field, there can be either multiple names or multiple words in the article title. On my query, if I use the criteria [Enter Name], it will only pull those articles based on an exact match to the field. Because there could be multiple names but the search entry is one name, I need to format my criteria so it will pull that way. (I.e. *2004* for a date field covering several years and formated as 02/01/02). I tried [*Enter Name*] thinking just maybe it might work and of coursse it did not. Any ideas?