Query Builder List Box offset values when space present
I have a table in a database that contains a long list of names, some of which have the same name with a leading space. When using Query builder and using a List Box filter on this column, the names with and without the leading space only show up once in the list box filter, and it causes everything after that entry in the filter to be offset. I created a test database table with column Name and v...