Tabbed forms within a Main Form

Is it possible to create tabbed forms within a main form in LibreOffice Base? I have created a similar form in MS Access. I would like to repeat a similar form in LibreOffice. Thanks in advance for the help. – Bhat59
(I tried to upload an image but it says >3 Points required to upload files)

There are no tabbed forms in Base. You can, using macros, simulate this by hiding and revealing controls with push buttons but this can be quite a mess in designing the form. There have also been some attempts to use other methods (see this post) but nothing which seems to work consistently.

Edit:

As an afterthought, attached is a simple form which hide and reveals sections using the push buttons at the top of the form. This IS using macros.

TestSections.odb

This is really great! You’re very helpful. Thank you very much. I was wondering how to work with a form that has a lot of sections (now I know how to call them) and it was too wide. Now I splited it in some sections and hide/show as I need.

@kaduleite Thanks for the comment. When using sections & forms, do NOT use Label controls on the forms. Instead use Text Boxes and set wanted text in Default text property. Also set tab stop to no. Label controls on forms using sections will cause some headaches.

Almost forgot. There is a better example posted here → Request: .odb Database for own Questions and Answers on Ask.LibreOffice in my answer. I use this almost daily and it has more sections and different controls (including text boxes for labels).

Here : http://dropcanvas.com/#m09OD632C7e36V you can see an example with macro.

If my answer helped you, vote it with :heavy_check_mark: and with ∧ (here on the left)

Here : http://dropcanvas.com/#m09OD632C7e36V you can see an example with macro.

If my answer helped you, vote it with :heavy_check_mark: and with ∧ (here on the left)