I have a "fault log" database that contains a table (tblFaultDetails) with (amongst others) fields 'Fault Summary' (TEXT - 150 characters) and 'Fault Details' (MEMO).
I also have a seperate table (tblAdditionalComments) that feeds additional/extra comments into the original call (for updating purposes). Field name 'Comment' (MEMO).
I want to create a report or form that will prompt for a word/phrases to search for and will look for that instance in all of the above fields, returning all instances of the typed word.
As far as I can tell, Microsoft's FIND function will search whatever table you specify, displaying one record. You then have to search for next record. I want to display all records in one hit.
Any ideas anyone???
I also have a seperate table (tblAdditionalComments) that feeds additional/extra comments into the original call (for updating purposes). Field name 'Comment' (MEMO).
I want to create a report or form that will prompt for a word/phrases to search for and will look for that instance in all of the above fields, returning all instances of the typed word.
As far as I can tell, Microsoft's FIND function will search whatever table you specify, displaying one record. You then have to search for next record. I want to display all records in one hit.
Any ideas anyone???