J
John
I have been hunting for this and can't seem to find it. I would like to put
a command button on my form that finds the closest match to what the user
types in even if it's not found as an exact match. The field I am finding is
a text field, 10 charicters long and has a right justified numeric string in
it. The field is ActID and a sample data would be " 20100" (five leading
spaces). If the user types in "20000" (which doesn't exist) I would like the
bookmark to stop on "20100", the closest match.
a command button on my form that finds the closest match to what the user
types in even if it's not found as an exact match. The field I am finding is
a text field, 10 charicters long and has a right justified numeric string in
it. The field is ActID and a sample data would be " 20100" (five leading
spaces). If the user types in "20000" (which doesn't exist) I would like the
bookmark to stop on "20100", the closest match.