i have 5 buttons in row (btn1,btn2,btn3,btn4,btn5) and 1 OK button
when i click indivisually to each button of 5 buttons its color changes to red and after click on OK button the color of buttons which are red turns green
the problem is that i don t know how to insert induvisual record of each button of which color is green in access database
help me if you have any answer
I was wondering when I write Shared ReadOnly Variable As DataType = New DataType() Or alternatively Shared ReadOnly Variable As New DataType() Is it lazy loaded or as the instance initializes? ...