Can you connect multiple tables with a single tabbed form?
For example, if I have 3 tables and I have 1 tabbed form with 3 tabs and I want tab 1 to use table 1, tab 2 to use table 2 and tab 3 to use table 3. Currently, I can only point to one table for the entire tabbed control, thus it appears that all 3 tabs have to share the same record source or table.