Hi,
i have a split form, and i want some code (VBA) to be run when user navigate next or previous or etc.
i tried adding code in events (via Code Builder option) of the form but there is this error:
see the attachment please
Hi,
i have a split form, and i want some code (VBA) to be run when user navigate next or previous or etc.
i tried adding code in events (via Code Builder option) of the form but there is this error:
see the attachment please
it may be because the OnCurrent event applies to the entire form; and a split form is fundamentally a continuous form.
in a continuous form a control named xyz occurs repeatedly - there is just not one of them....
not 100% sure as I haven't had much reason to implement split forms so far....so consider it just a guess.
Hope it helps.
Thanks for the reply
lets ask another way:
what should i do , when i have a split form, and i want to put an imageBox on the top section,so that when the records on the bottom section are navigated, the image on the imagebox changes according to my code. ?
thanks.