Also, The code I tried putting behind this button was:
"
Private Sub update_Click()
Dim strSQL As String
strSQL = "INSERT INTO timeRecord (empNumber, accountCode, costCode, fundCode, date, hours)"
strSQL = strSQL & "VALUES(" & Me.txtEmpId & "," & Me.cboGrants & "," & Me.cboCostCenters & ","...