Lilliabeth
Technical User
I use the method here to add to list
I have a form where the person combo box is from a query so the display is strLastName comma space strFirstName. This looks really nice, but the code can't automatically fill in the form since there is one field in the combo and two fields in the form.
I am hoping some one will offer suggestions as to how I can either do this better, or automatically add data before the comma to the txtLastName control and data after the space to the txtFirstName control.
I have a form where the person combo box is from a query so the display is strLastName comma space strFirstName. This looks really nice, but the code can't automatically fill in the form since there is one field in the combo and two fields in the form.
I am hoping some one will offer suggestions as to how I can either do this better, or automatically add data before the comma to the txtLastName control and data after the space to the txtFirstName control.