Subform in Tab control or vice versa?

fugifox

Registered User.
Local time
Today, 01:00
Joined
Oct 31, 2006
Messages
95
I need to display filtered data in a subform using a Tab control.
Something like every day of week being a different Tab.
My question is what's most appropriate?
To place the subform inside a Tab control or exactly the opposite?
What would be the pros and cons in each case?
 
Depends on the data. If all the data is in one place, then a tab control on a subform, with the data arranged on different tabs as appropriate. If the data comes from different places, subforms from each source on a different tab of a tab control.
 
Data comes from a single table, so I suppose I'll go the first way.
Thanks for the immediate reply
 

Users who are viewing this thread

Back
Top Bottom