Can I use “not equal” in MS Access Find Function

╄→гoц情女王★ 提交于 2020-01-05 10:29:26

问题


Can i use the qualifier "not equal" in the ms access find function? I have a column of numbers that are the same for most records but an occasional different number gets in the list and i want to find these different number every time they occur.


回答1:


Qualifier "not equal" is <>




回答2:


If you are referring to the Find / Replace option in the datasheet view of a table, then no - you cannot use a "not equal" option.

You can, however, filter the data or use a query in order to find the appropriate records.

To use a filter, right-click on the column in the datasheet to access the filter options. Versions of Access prior to 2007 will require you to type <> "Value" in the filter textbox.

To use a query, create a new query and add the fields from your table that you need to work with. Add the column you wish to filter on, and in the criteria box enter <> "Value"



来源:https://stackoverflow.com/questions/18886128/can-i-use-not-equal-in-ms-access-find-function

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!