is it possible to make a form where you have two textboxes to search a table and show the search results in a list under the textboxes? Alsow making the list items clickable?
The reason why there are two textboxes is that they have to search the landmeters on both the LandmeterId and there name.
The goal is to search a Landmeter on LandmeterId or on his/her name so they apear in a list under the search textboxes and the items in that list has to be clickable so they go to the next form where they can insert the data for inserting a course that they will follow.
The name and Landmeter Id should be automatically sent to the textboxes in the second form.