James Dudden
Access VBA Developer
- Local time
- Today, 11:54
- Joined
- Aug 11, 2008
- Messages
- 369
So as the title says I am trying to set an Event property of a control and save it in VBA.
So in code I set a control's AfterUpdate event to target a function and then to close and save the form I use docmd.Close acForm,,acSaveYes but it doesn't save the Event properties.
Can anyone help with this?
So in code I set a control's AfterUpdate event to target a function and then to close and save the form I use docmd.Close acForm,,acSaveYes but it doesn't save the Event properties.
Can anyone help with this?