Page 1 of 1
[Solved] Use 2 form for input data into database
Posted: Thu Nov 19, 2020 9:21 am
by kevinT220
Im done a single main form for accept data into table. How can i create 1 more same function form at near.
Anyone can help me?
Re: Wonder to use 2 form for input data into database
Posted: Thu Nov 19, 2020 11:08 am
by Villeroy
Open the form for editing.
Get the form navigator from toolbar "Form Design".
Right-click top level item [Forms] > New... in order to create a form that is independent from any existing form.
Right-click the new form and specify the data properties (name of Table/Query or SQL SELECT statement).
Create new form control while the form is selected in the navigator. In the navigator you can drag form controls to the right form that are mistakenly created for the wrong form.
[Tutorial] Forms in OpenOffice.org Base
Re: Wonder to use 2 form for input data into database
Posted: Thu Nov 19, 2020 12:58 pm
by Villeroy
I forgot: You get a second form for free when you click the last button on the navigation toolbar while using the form. This opens another grid view in a docked wndow above the form document.