Private Sub Adequate_lining_Click()
CurrentDb.Execute "UPDATE History SET Adequate lining = 0",
dbFailOnError
End Sub
I have a table named "History" and a Yes/no checkbox named "Adequate lining".
I just added Adequate lining I want that checkbox to be true from the past entries i made...