Hello,
I have a large access database with several users and tables etc.. I have a query that shows only the records applicable to my area from a large table (filtered on one column). In this query I have added two new records filling in about half the columns and leaving the others blank (NB the primary key column is filled). The data appears now in the main table ok and in the original query when I open it, however when I modify the query to filter by another column I have problems. In this column 'Status', cells are blank unless records have been amended at some point. I want to filter out all the 'deleted' records so I use <>"deleted" in the design view. This produces a list of all the records that are not classified as deleted, however my 2 new records are not there (they have empty cells, like many others, so should appear) in total 1424 recods appear. When I filter for just the deleted "deleted", I get 56 records. If I don't filter in that column at all I get 1482 (The mystery new two are present again). Why does the information appear in the query when it isnt filtered by the second column but appears in neither group when it is?
SO
I have a large access database with several users and tables etc.. I have a query that shows only the records applicable to my area from a large table (filtered on one column). In this query I have added two new records filling in about half the columns and leaving the others blank (NB the primary key column is filled). The data appears now in the main table ok and in the original query when I open it, however when I modify the query to filter by another column I have problems. In this column 'Status', cells are blank unless records have been amended at some point. I want to filter out all the 'deleted' records so I use <>"deleted" in the design view. This produces a list of all the records that are not classified as deleted, however my 2 new records are not there (they have empty cells, like many others, so should appear) in total 1424 recods appear. When I filter for just the deleted "deleted", I get 56 records. If I don't filter in that column at all I get 1482 (The mystery new two are present again). Why does the information appear in the query when it isnt filtered by the second column but appears in neither group when it is?
SO