AusiNsaNiTy
05-08-2002, 07:55 AM
Need some expert help please!!
I have a Tab Control on a form which contains a HEAP of information (contact details, addresses, finance information, email addresses, software information) for a 100 organisations (this number wont change) all in one table (67 fields x 100 records). A lot of this information would be better suited to having it in its own table (i.e. there are 5x6 fields for different contacts).
What I want to do is split this one table ointo a few different ones, basically one for each Tab Control. The only way I can seem to find of linking more than one table to the Tab Control is have the seperate tables and join them together with a select query (they all have the same unique Primary Key), though the problem with this is that the machines it has to run on are only PI-233 with 10MBp lan connection (the database is on a server) and it takes forever! The database is already over 2mb without any 'running' data (contants only).
Does anyone know a way of have more than one table as the recordsource for a tab control on a form without using a select query??
Thanks!!
Peter.M
I have a Tab Control on a form which contains a HEAP of information (contact details, addresses, finance information, email addresses, software information) for a 100 organisations (this number wont change) all in one table (67 fields x 100 records). A lot of this information would be better suited to having it in its own table (i.e. there are 5x6 fields for different contacts).
What I want to do is split this one table ointo a few different ones, basically one for each Tab Control. The only way I can seem to find of linking more than one table to the Tab Control is have the seperate tables and join them together with a select query (they all have the same unique Primary Key), though the problem with this is that the machines it has to run on are only PI-233 with 10MBp lan connection (the database is on a server) and it takes forever! The database is already over 2mb without any 'running' data (contants only).
Does anyone know a way of have more than one table as the recordsource for a tab control on a form without using a select query??
Thanks!!
Peter.M