businessman
Registered User.
- Local time
- Today, 08:00
- Joined
- Jun 19, 2006
- Messages
- 79
So i have a field called [LastUpdate] that i want to have change to the current date to show when the form was last updated. which event do i use to make this happen and should this be a form event or this field event? I tried using the On Data Change even for the form and then just assigning [LastUpdate] = Date, but that didn't do anything. any ideas?