Silverblood
Registered User.
- Local time
- Today, 18:09
- Joined
- Aug 4, 2005
- Messages
- 39
I have a problem in Access. In my form records there's a date which says when it's last updated, i need to do that manually, now i want to make access do that automaticly. the code i have atm is :
Private Sub Mutatiedatum_AfterUpdate()
UPDATE
SET lastUpdate=NOW()
End Sub
but that doesn't work
Can Some1 please help me with this?
SilverBlood
There's Nothing To Fear But Fear Itself
Private Sub Mutatiedatum_AfterUpdate()
UPDATE
End Sub
but that doesn't work
Can Some1 please help me with this?
SilverBlood
There's Nothing To Fear But Fear Itself