I am new to Access and I need help in understanding the difference between a BOUND and UNBOUND control on a form. I would like to create a form with a combobox and several textboxes to display client information. The combobox will contain a list of all the client names in the table. After making a selection from the combobox, the client details will be populated in the textboxes. I used the wizard to add the textboxes and combobox but I don't understand which fields need to be included in the combobox. I only want the client name to appear in the combobox but I assume the ID should be included too since its the primary key. Can someone explain which fields I need to include and how to set the properties for the combobox? I am specifically confused about which column is the Bound column and what the combobox's Control Source should be.![]()
Thanks