mroth36
Programmer
- Jul 21, 2005
- 27
HI Everyone, is it possible to do a partial search on a numeric field in a table that is indexed in numeric sequence? I have the following situation, I have a numeric field in a table, I whould like the user to be able to enter a number, lets-say 3 & i will be able to get to the first record that has that numeric field that starts with a 3. If i am using a numeric index the seek will return an eof() condintion if i dont have the number 3 (in-other-words if the first '3' number is 30, it wont find it. I changed the index to an alltrim(str(__)), then my browse does not display in numeric seq, 300 displays before 31. Can I manipulate my seek somehow?
Thank You
Thank You