This works:
SELECT accountno FROM tblTable WHERE Key5 = ''
(Key5 is indexed)
This fails:
SELECT accountno FROM tblTable WHERE Secr = ''
(Secr is NOT indexed)
Anybody ever seen this b4? Thanks!
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran
SELECT accountno FROM tblTable WHERE Key5 = ''
(Key5 is indexed)
This fails:
SELECT accountno FROM tblTable WHERE Secr = ''
(Secr is NOT indexed)
Anybody ever seen this b4? Thanks!
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran