yepwingtim
Registered User.
- Local time
- Today, 03:41
- Joined
- Jun 6, 2008
- Messages
- 126
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....
Can someone explain to me why my code is wrong
________
Iolite Review
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....
Can someone explain to me why my code is wrong
________
Iolite Review
Last edited: