Where to find info on using Tab-forms

G

George

I can not find info on how to code the Tab-Form.....
I have a Subform with seven tabs and want to see
different data for each Tab pick - how do I code each tab
to filter records, etc?
 
P

PC Datasheet

The easy way is to put a different unbound subform on each page where each
subform is based on a query that returns the records you want.
 
Top