Jordan Rosenwald
09-09-2004, 01:21 PM
You'd think this was an easy one, but I keep hitting brick walls.
I want to have one tabbed form that pulls data from mulitiple forms. Basic idea is
Table1 is one reference source
Table2 is a second reference source
Table3 is a third reference source
The tables are not related in any way.
I want to open Form1 and tab1 having focus I see data from Table1. Click on tab2 and I see data from Table2.
I've tried changing the form's RecordSource on the Tab's OnSelChange event by doing an IF PageIndex=1, 2, etc. That didn't work. Even tried the same idea by PageName. Still no good.
Anyone have any ideas?
I want to have one tabbed form that pulls data from mulitiple forms. Basic idea is
Table1 is one reference source
Table2 is a second reference source
Table3 is a third reference source
The tables are not related in any way.
I want to open Form1 and tab1 having focus I see data from Table1. Click on tab2 and I see data from Table2.
I've tried changing the form's RecordSource on the Tab's OnSelChange event by doing an IF PageIndex=1, 2, etc. That didn't work. Even tried the same idea by PageName. Still no good.
Anyone have any ideas?