Hi Folks,
Can anybody point me to any event that riggers prior to BeforeUpdate when a subform is entered from its parent? I have a form that needs to signal its user when they are finished editing information on a single record, and offer the option of adding the current intake event to a different history table.
This should only trigger once per client, when the form is closed, or when a new client is chosen for viewing, and only if the data has been edited. The BeforeUpdate event would be perfect, except that Access is hyperactive with its updates, and does it whenever my users click into either of two subforms.
Is there any event that would fire that would trigger prior to the BeforeUpdate event that would indicate when the cause of the update was just moving into one of the subforms?
I've tried capturing the mouse position with an API call, but his lead to a lot more calls to get the window position in related terms, then more calls to the GetScrollPos functin to acount for the adjustments due to scrolling. Bandage upon bandage! It sees like there should be a more direct way.
Any suggestions? This is driving me buggy.
Joseph