I have been given an Access database consisting of one table. There are 10 fields, eight of which are text or memo.
The person who collected the data would like an interface that would permit users to search for phrases or words that the users would type into a dialogue box. Upon receiving this text, the application would return -- as a report or a table -- all the records that contain the text.
I do not know VBA. It seemed to me that this task would best be approached by simply creating a query containing pertinent fields, enter "*[Please enter the text for which you are searching]" into the criteria cell(s), and launch the query.
I won't go into the details of my so-far dismal results, and I'll keep reading and trying. HOWEVER, I'd be grateful for anyone's ideas on the best way to approach this task. My Rube Goldberg devices often end-up working, but I'd prefer trying something suggested by an expert.
Thanks.
JerSand
The person who collected the data would like an interface that would permit users to search for phrases or words that the users would type into a dialogue box. Upon receiving this text, the application would return -- as a report or a table -- all the records that contain the text.
I do not know VBA. It seemed to me that this task would best be approached by simply creating a query containing pertinent fields, enter "*[Please enter the text for which you are searching]" into the criteria cell(s), and launch the query.
I won't go into the details of my so-far dismal results, and I'll keep reading and trying. HOWEVER, I'd be grateful for anyone's ideas on the best way to approach this task. My Rube Goldberg devices often end-up working, but I'd prefer trying something suggested by an expert.
Thanks.
JerSand