I have created a form which contains an unbound field which is setup as a combo box. I want to display concatenated values from two fields (Surname, Forename) from tblEmployee in the combo box from which a user can select
Once the user has selected the record they want to view there will be command button cmdEditDetails. If they click on this I would like to take them to a new form (frmEditEmployeeDetails) which will display the appropriate information for the employee selected in the unbound field.
Any advice on how I would go about firstly setting up the concatenated values in the combo box, then displaying the appropriate values in the next form?
Once the user has selected the record they want to view there will be command button cmdEditDetails. If they click on this I would like to take them to a new form (frmEditEmployeeDetails) which will display the appropriate information for the employee selected in the unbound field.
Any advice on how I would go about firstly setting up the concatenated values in the combo box, then displaying the appropriate values in the next form?