Hi there..
I have table 'COMPANY' where it keeps all the companies information. In the form, user need to choose their company based on the list provided. My problem now is how can I display the other information that related to the company that have been chosen by the user?
For example, the user choose company ABC. The name of the company will be display in the textfield 'CompanyName'. How can I retrieve the information such as company ABC's address and phone number and display it in the textfield 'CompanyAddress' and 'ContactNo.' ?
Need your help to do this. Thank you.