Kiwi-Wombat
Registered User.
- Local time
- Today, 14:57
- Joined
- Aug 2, 2004
- Messages
- 56
In a data entry form, when any field on the form is changed I want to enable a button that gives the user the ability to clear the data they have entered.
I can place the necessary code in the "Before Insert" event, but it relates to a new record only. Is there an equivalent for an existing record?
I know I can use the "On Change" event but it has to be for every field, tick box etc.
I was just wondering if there was a simpler way?
I can place the necessary code in the "Before Insert" event, but it relates to a new record only. Is there an equivalent for an existing record?
I know I can use the "On Change" event but it has to be for every field, tick box etc.
I was just wondering if there was a simpler way?