Can someone help me out and show me what I am doing wrong?
usql = "Update DocumentEntry Set DocumentEntry.Status = " & Me.NStatus.Value & ", DocumentEntry.ApprovedDate = " & Me.NApprovedDate.Value & ", DocumentEntry.Comments = " & Me.NComments.Value & " Where DocumentEntry.ProjectID = " & Me.ProjectID.Value & ""
DoCmd.SetWarnings False
DoCmd.RunSQL usql
DoCmd.SetWarnings True
usql = "Update DocumentEntry Set DocumentEntry.Status = " & Me.NStatus.Value & ", DocumentEntry.ApprovedDate = " & Me.NApprovedDate.Value & ", DocumentEntry.Comments = " & Me.NComments.Value & " Where DocumentEntry.ProjectID = " & Me.ProjectID.Value & ""
DoCmd.SetWarnings False
DoCmd.RunSQL usql
DoCmd.SetWarnings True