TheCandyman
Technical User
I have a datagrid displaying records from a Access DB. I wanted to make a small box where people could type things and it would jump to that. Like so...
user types: r
datagrid jumps down to the records that start with 'r'
I know it's possible, but not sure how to do it in VB. Was thinking of doing a quick look through the RS until the text typed in matches the Left(string1, 1) value of the RS. Thoughts? Ideas with code?
user types: r
datagrid jumps down to the records that start with 'r'
I know it's possible, but not sure how to do it in VB. Was thinking of doing a quick look through the RS until the text typed in matches the Left(string1, 1) value of the RS. Thoughts? Ideas with code?