Welcome
The code below filters the list box depending on the selected option 1, 2, 3, 4, 5
Unfortunately, after filtration in the list box is visible only EmployeeID, and I would like to see surname as well.
WybPrac.RowSource = "Select Prac.IDemploy" & _
I tried to modify the code in this...