I want to save a byte value that I get from an InputBox to a specific record in an Access table.
Code so far is
Private Sub cmdInputScores_Click()
Dim intPress As Integer
Dim strScore As String
Dim bytScore As Byte
Dim intH As Integer
'Get the score for Player A in a string variable
For intCtr...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.