The criteria will be
All words or part words in any one field. So the translation will be based on my database. The vba/query should search the "Description" field in tbltest for anything the USER types in txtSearch in frmtest.
e.g. if the USER types in "663,may" in the txtSearch field the out put should be records with ID 1,2,4,5. If they type in "66345,may be" then the output will be records 2 and 5
All words or part words in any one field. So the translation will be based on my database. The vba/query should search the "Description" field in tbltest for anything the USER types in txtSearch in frmtest.
e.g. if the USER types in "663,may" in the txtSearch field the out put should be records with ID 1,2,4,5. If they type in "66345,may be" then the output will be records 2 and 5
Can we be very clear on meet the criteria.
Any word or part word in any field
All words or part words in any one field
Any word or part word in any one field