View Full Version : Using ActiveX "Onglet" control on a form


Alexandre
02-28-2001, 12:43 AM
I created an "Onglet" control on a form (sorry, but I don t know the translation in English: it is an ActiveX contol allowing to switch between different pages on a form).

Now, each time that the user switches to another record of the form, Acess displays back the first page of the control. I would like it to keep displaying the last edited page of the control instead.

I guess it should be possible by programatically changing the display order of the pages using event procedures, but is there a simplier/another way to?

Thank you in advance for any help