craigachan
Registered User.
- Local time
- Today, 07:24
- Joined
- Nov 9, 2007
- Messages
- 285
I have a form/subform. I want to unfocus or unselect a record on the subform. Even though I can use a .setfocus to another field on the main form using the timerevent, A record in the subform still stays selected. This causes an occasional write conflict if the same record is selected by a second user on another workstation. So I would like to see if there is a way to completely unselect any record on the subform so that there is no focus on any record on the subform in order to prevent any write conflict.
I appreciate any help.
I appreciate any help.