Tab Control can handle Split Forms from qry?

dhen21dx

New member
Local time
Today, 15:10
Joined
Aug 28, 2013
Messages
5
Hello,

Just want to ask, if there is a way to have 3 split forms separated by tabs in 1 main form?
 
Not sure I get your question clearly, can you mock up a picture?

Split forms are notoriously fussy to work with and difficult to program events on correctly, you may be better with an alternative design.
 
My design is like i want 3 tabs, and per tab i have data sheets and filter function to search for the data records.
 
That is certainly possible, and doesn't sound like a split form, more like different datasheet sub-forms embedded on a main form.
 
Can you give me an idea, how will to do it?, i can be done via macro "Apply filter as well"? or do i need vba?
 
By 'data sheets' do you mean forms in Datasheet view?

You want different datasource on each tab?

Filtering can be done with macro, VBA, or right click menu.

As far as I can tell, intrinsic Split form cannot be a subform.
 
Hi. As June said, split forms can’t be used as subforms, so you will have to simulate them instead.
 

Users who are viewing this thread

Back
Top Bottom