Multitab Form design

S

serdar

I need a multitab form in Access 2007 to add data to several tables I
designed.

How can I design this ?

Thanks in advance

Regards


Serdar
 
T

tina

well, assuming there hasn't been a fundamental change in A2007 tab
controls - or subforms - you can simply add a subform control to each tab,
basing each subform on one of the tables you want to edit. a better
solution, faster because of less overhead when loading, would be to have
*one* subform, set *under* the tab control so that it "shows through" on
each tab page. then change the subform's SourceObject property to the
appropriate table as you move from one tab to another. same effect from the
user's point of view, but will load faster than multiple subforms.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top