|
 |
access thread: TAB FORM - MULTIPLE TABLES
Message #1 by grephest@y... on Mon, 28 Jan 2002 08:52:27
|
|
I can't get this right but it would seem odd if it can't be done.
When you make a tab form with multiple tabs to be used as the main form
for an application, how do you get each tab to get it's data from a
different table or query. So far my whole tab control just works on 1 table
Please help
Thanks
Deon
Message #2 by "Paul McLaren" <paulmcl@t...> on Mon, 28 Jan 2002 12:10:54 -0000
|
|
Deon,
Several ways of doing it but the simplest is to create subforms
connected to the appropriate recordsets and place them on each of the
'tab sheets'.
Regards
Paul
-----Original Message-----
From: grephest@y... [mailto:grephest@y...]
Sent: 28 January 2002 08:52
To: Access
Subject: [access] TAB FORM - MULTIPLE TABLES
I can't get this right but it would seem odd if it can't be done.
When you make a tab form with multiple tabs to be used as the main form
for an application, how do you get each tab to get it's data from a
different table or query. So far my whole tab control just works on 1
table
Please help
Thanks
Deon
Message #3 by "Gregory Serrano" <serranog@m...> on Mon, 28 Jan 2002 13:46:36
|
|
> Several ways of doing it but the simplest is to create subforms
> connected to the appropriate recordsets and place them on each of the
> 'tab sheets'.
I've not worked with tabs yet, but if subforms are not your thing, is it
possible simply to have an On Click event for the tab and merely change
the form's RecordSource for each tab click?
Greg
Message #4 by "David Chapman" <luckychap@b...> on Tue, 29 Jan 2002 18:58:52 +1030
|
|
You have to put a subform(s) into the tab page(s).
-----Original Message-----
From: grephest@y... [mailto:grephest@y...]
Sent: Monday, January 28, 2002 8:52 AM
To: Access
Subject: [access] TAB FORM - MULTIPLE TABLES
I can't get this right but it would seem odd if it can't be done.
When you make a tab form with multiple tabs to be used as the main form
for an application, how do you get each tab to get it's data from a
different table or query. So far my whole tab control just works on 1 table
Please help
Thanks
Deon
|
|
 |