Multiple Tab Buttons. Each Tab is for different Data entry

sadiqsabia

Registered User.
Local time
Today, 07:53
Joined
Sep 3, 2008
Messages
18
Hi.. I am a newbie here. I tried searching but can seem to locate any solutions. I am trying to do this not sure if possible

I have three tables but not linked to each other
Lets say
A
B
C
I want to create a form with multiple tabs representing data entry for the 3 tables seperately.

\Tab A/\Tab B/Tab C\

Can this be done on a single form or i have to create forms for each table.

Thanks for any inputs. Trying to learn.
 
Sure, just use subforms.

  1. Place the tab control on your form
  2. Goto Insert on the menu and and click on Tab Control Page to add the third tab
  3. Place a subform on each tabbed page, using a different table as the source for each tab
 
Sure, just use subforms.

  1. Place the tab control on your form
  2. Goto Insert on the menu and and click on Tab Control Page to add the third tab
  3. Place a subform on each tabbed page, using a different table as the source for each tab

Thanks alot. Managed to do it.
 

Users who are viewing this thread

Back
Top Bottom