Hi guys.
I’m creating a form for a product, where one of the inputs are the id of the company that distributes it. This form will be submitted by users, and the company will already be in the database table “tbl_Company”. Of course the user don’t know the id of the company, so he/she should be able to just write the name of the company, and the application will then recognize the name, and use the id of that name instead. How do i achieve this?