guys imagine i have this table
Rest_type Rest_name Tel Location
----------- ------------ --- ----------
ala carte del pinto 2345546 Dublin
pizzeria francesco's 3455667 Rome
now i have a form with a combobox (cbRests), and 2 textboxes (txtType, txtTel)
i have been able to include the Rest_name in the combobox but i need to fill in the textboxes with the relevant info...ex
when i select del pinto from the combobox, i want the textboxes to display ala carte and 2345546....how can i do that......in code please as i have no idea on how to do that.... thank you very much...your help is very much needed here