Ross_curtis
New member
- Local time
- Today, 10:55
- Joined
- May 29, 2009
- Messages
- 5
I have a table which has been imported from several Excel sheets, in total I have approx 142000 records.
One of the columns is status - which I am trying to base a filter on. IE filter all Status 1's, then I need to find which records have a value in a the payroll column. From my limited experience it should be easy: Select filter by form enter "1" in the status column and "is not null" in Payroll. Done.
However, my search is showing both null and not null values. IE it's treating some cells as having a value when there are none (there are no blank spaces either). I have ran a trim update but I am getting the same results.
Also, if I do a similar search using a query I get the same results.
Any ideas?
Thanks
Ross
One of the columns is status - which I am trying to base a filter on. IE filter all Status 1's, then I need to find which records have a value in a the payroll column. From my limited experience it should be easy: Select filter by form enter "1" in the status column and "is not null" in Payroll. Done.
However, my search is showing both null and not null values. IE it's treating some cells as having a value when there are none (there are no blank spaces either). I have ran a trim update but I am getting the same results.
Also, if I do a similar search using a query I get the same results.
Any ideas?
Thanks
Ross