In browse mode I have 3 fields (last, first, idnumber).
Is there a way to perform a find on a last name field and have display the results depending on the letters entered. (enter 'r' and display will show all the last names starting with 'r') And keep the format of the table view.
Similar to the typeahead feature but without opening an edit box?
I need to view all the fields of adjacent records at the same time to compare/analyze the data. Then the selected record will become highlighted.
Thank you in advance.