Hi there,
Could anyone help we with this, I am trying to get a field to go blank if a check box is unchecked. When the check box is checked it puts a date in "reviewdate" so if it is unchecked I would like the date to be erased. I have tried is null, or null, and this code here:
CurrentDb.Execute "UPDATE tblassimilation SET reviewdate= "" WHERE paynumber='" & Forms!frmjedswitchboard!text6 & "'"
Thanks in advance.
Could anyone help we with this, I am trying to get a field to go blank if a check box is unchecked. When the check box is checked it puts a date in "reviewdate" so if it is unchecked I would like the date to be erased. I have tried is null, or null, and this code here:
CurrentDb.Execute "UPDATE tblassimilation SET reviewdate= "" WHERE paynumber='" & Forms!frmjedswitchboard!text6 & "'"
Thanks in advance.