Parsing Access Code
问题 I have a search form I creating in access with a code to search for keywords and then create a table with the results: Like"*"&[FORMS]![Search_Form]![KW_Text]&"*" WHich basically tells it to read the keyword i type in and pull up any matching results. I would like to be able to type in multiple words, in the table containing all the data I have multiple keywords for each bit of data all separated by comas. So if I type in Manager it returns all results with the word Manager in it, I would