Next to file menu i want to add a search menu that will have a blank space in which we will type ID and after pressing enter it will return the row number or highlight the row in which that entered ID is present.this feature might look similar to what ctrl+f does but the only thing is that i want to add this feature as a menu so that people can enter ID within that.
***the row i am talking about is of a table as i am creating a table with two columns ID and message out of which i want to search only according to column 1 ie ID.
Next to file menu i want to add a search menu that will have
Share
A lazy answer to a lazy question.
You could try adapting the Text Finder Example to work with your form.