Introduction:
I am creating a sport card database to record inventory and transactions. I have a few good posts on this forum if you are able to search by my username if it helps understand better.
Issue:
I anticipate, of the many normalized tables, 3 tables will continue to grow through the life of the database I and understand that Access has a resource limit of 2GB. I anticipate for example a table TBL_Inventory and a table TBL_Transaction s to grow indefinitely. I also expect that tables TBL_Player and TBL_Teams, for example, will continue to grow as new players enter their respective sports leagues and as expansion teams are added to the leagues as the leagues continue to grow.
Question:
What is the best practice to accommodate the finite resource issues of Access? (i.e. 1 Front End and Multiple Backends?). As an extension of the question above, is it possible or recommended to create multiple databases upfront to accommodate the growing tables? I ask because I can find very little explaining how to do this as most articles (through exhaustive searching) only explain how to split EXISTING databases and do not explain how to develop multiple databases upfront.
Additional Info:
I am likely to be the only user of this database.
Thanks in advance for anyone who answers!
I am creating a sport card database to record inventory and transactions. I have a few good posts on this forum if you are able to search by my username if it helps understand better.
Issue:
I anticipate, of the many normalized tables, 3 tables will continue to grow through the life of the database I and understand that Access has a resource limit of 2GB. I anticipate for example a table TBL_Inventory and a table TBL_Transaction s to grow indefinitely. I also expect that tables TBL_Player and TBL_Teams, for example, will continue to grow as new players enter their respective sports leagues and as expansion teams are added to the leagues as the leagues continue to grow.
Question:
What is the best practice to accommodate the finite resource issues of Access? (i.e. 1 Front End and Multiple Backends?). As an extension of the question above, is it possible or recommended to create multiple databases upfront to accommodate the growing tables? I ask because I can find very little explaining how to do this as most articles (through exhaustive searching) only explain how to split EXISTING databases and do not explain how to develop multiple databases upfront.
Additional Info:
I am likely to be the only user of this database.
Thanks in advance for anyone who answers!
Comment