本文介绍了如何使用组合框搜索记录/字段中的特定关键字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用一个组合框,当我添加一个特定的单词时,它会搜索那个单词。在该表的特定领域的每个记录中。



1.扑热息痛500mg片剂

2. Ciprobay 500mg片剂

3. Amoxil 250mg片剂

(在npitems中)字段中


如果我在组合框中添加500mg(在...中搜索npitemstxt field,它应该过滤并显示no 1 + 2项并排除no 3,因为它必须具有500mg。在标题中,添加到组合框中


它不必具有Matchcase

查询名称:NPItemsQ

这是我走了多远


i试过这个 -

展开 | 选择 | Wrap | 行号

解决方案




I would like to use a combobox and when i add a specific word, it will search for that "word" throughout every record in that specific field of the table.
ie
1. Paracetamol 500mg tablets
2. Ciprobay 500mg tablets
3. Amoxil 250mg tablets
(in npitems) field in table

If i add 500mg to the combobox (to search within the "npitems" txt field), it should filter and display items no 1 + 2 and exclude no 3, as it has to have "500mg" in the title, added to the combobox

It does not have to have "Matchcase"
Query name: NPItemsQ
This is how far i got


i have tried this -

Expand|Select|Wrap|Line Numbers

解决方案




这篇关于如何使用组合框搜索记录/字段中的特定关键字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-25 00:15