Form design question

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I witnessed a presentation where someone was explaining a
project database and on one slide of his presentation he
showed his input form. What I liked about the input form
was it had tabs for certain groups of data. Can someone
give me guidance on how to design a form with tabs?

Thanks in advance!!!!
 
Hi Bob,

In design mode of a form, just drag the Tab Control into your form. The Tab
Control is located where all the other controls are (i.e. text box, combo
box, etc.)

Once the tab control is in your form, you will see two tabs initially. You
can add more tabs if you need to. You would then simply place text boxes,
combo boxes, etc into the different tabs.


HTH,
Immanuel Sibero
 
Thanks!!
-----Original Message-----

Hi Bob,

In design mode of a form, just drag the Tab Control into your form. The Tab
Control is located where all the other controls are (i.e. text box, combo
box, etc.)

Once the tab control is in your form, you will see two tabs initially. You
can add more tabs if you need to. You would then simply place text boxes,
combo boxes, etc into the different tabs.


HTH,
Immanuel Sibero






.
 
Back
Top