if I have one table (customer) with 3 fields (custID)(fname)(lname)and 2 text boxes(txtfname)(txtlname) and one combobox(cbobox1).
I know I need to filter by the custID but how can I link this to populate my textboxes according to selection of the ID in the combo box. I also know how to populate the cbobox 1 with the ID. I just dont know how to link it to the textboxes with the proper code. I am thinking in the control source property?? does anybod have a snippet of this that can help me get an idea of how to set this up?
any help is apppreciated?
I know I need to filter by the custID but how can I link this to populate my textboxes according to selection of the ID in the combo box. I also know how to populate the cbobox 1 with the ID. I just dont know how to link it to the textboxes with the proper code. I am thinking in the control source property?? does anybod have a snippet of this that can help me get an idea of how to set this up?
any help is apppreciated?