Nightowl4933
Tryin' to do it right...
- Local time
- Today, 12:09
- Joined
- Apr 27, 2016
- Messages
- 151
I've nearly got my form sorted and, for one reason or another, I've locked all the controls (except command buttons) to ensure users don't accidentally break anything.
The trouble is, they will still need to add and edit records.
I've got the edit bit sorted, by enabling those controls that can be amended when Users click an 'Edit' button (which unlocks the controls) and then 'saves' the record when they click the Save button (which only really locks the controls).
The trouble is, using the standard 'Add New' default macro won't (obviously!) enable the controls, so is there an easier way of adding a new record without having to write an Event Procedure to enable them all and clear their values for a new record?
Thanks - again

The trouble is, they will still need to add and edit records.
I've got the edit bit sorted, by enabling those controls that can be amended when Users click an 'Edit' button (which unlocks the controls) and then 'saves' the record when they click the Save button (which only really locks the controls).
The trouble is, using the standard 'Add New' default macro won't (obviously!) enable the controls, so is there an easier way of adding a new record without having to write an Event Procedure to enable them all and clear their values for a new record?
Thanks - again