I'm not sure what I'm doing wrong ... here's the code for the button:
Private Sub Command54_Click()
Dim strSQL As String
strSQL = "INSERT INTO RepairInfo(FirstName,LastName,StudentSite,AssetNumber,SvcTag,EquipDesc,SubmittedBy,School,StudentID) VALUES(" & "'" & Text4 & "'," & "'" & Text12 &...