Hello forum,
I have a form that I use to populate a table that schedules and records training events for employees. I have many combo boxes that I use to populate most of the fields in the table, and one list box that I want to use to select one or more employee/s to add to the table. When I popolute the form, everyhting shows up on the table except for the employee name/s highlighted in the listbox. I am sure I need to create an event procedure to write the item/s selected in the listbox to the table field "LastName", but I am not good with VBA at all...is there a simple code that I can use to accomplish this?
I have a form that I use to populate a table that schedules and records training events for employees. I have many combo boxes that I use to populate most of the fields in the table, and one list box that I want to use to select one or more employee/s to add to the table. When I popolute the form, everyhting shows up on the table except for the employee name/s highlighted in the listbox. I am sure I need to create an event procedure to write the item/s selected in the listbox to the table field "LastName", but I am not good with VBA at all...is there a simple code that I can use to accomplish this?