Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

segregate tables in diff. files

Status
Not open for further replies.

kitjamchinkee

Technical User
Aug 2, 2000
2
US
Is it true that the database file(using access as the back-end) won’t expand easily if you will separate the tables into different .mdb files? Why? I need to know. Thank you very much!!
 
Seperating the application from the data tables shouldn't be difficult!<br><br>create a new blank table for the frontend file<br><br>import all the queries, forms, reports and modules, macros if you must,<br>no tables! (except work and house keeping tables as required)<br><br>then right click in the db window and link the data tables from the origional table<br><br>that way you keep the relationship diagram neater.<br><br>if you want you can also compact the data tables mdb file to a new file and also have the relationship diagram intact<br><br>i have only had experence with mdb files upto 30Mb (no problems)<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top