Hello everyone
I built a database of maintenance. Database work so that students report a fault by a few simple clicks on the buttons. The buttons have fixed values like location, sub-location, type of fault
I used this code
Private Sub pic5_Click()
Dim rstCategories As Recordset
Set...