I see a nightmare evolving. "Yikes!" "Each DB uses the date as the Primary Key" NO and NO!
I'm with Minty - you have gotten off on the wrong foot - totally. You need to study relational database concepts; especially normalization. To put it in simple terms, a table is an ENTITY. A table field is an ATTRIBUTE. The difficult part is deciding where to draw the line(s) between when an attribute might be better off being treated as an entity. The primary driver of those decisions is the nature of the business, which is where your expertise comes in. There is a saying for this - "normalize until it hurts; de-normalize until it works". An example of your deeply flawed approach is that each "asset" is not a table; it would be tblAssets. The only time you'd add a field is if you overlooked an attribute of the assets, or if a new attribute was created. This would mean adding one field to tblAssets, not one field to 63 tables, which would only be the beginning.
When a novice says they're diving in to making a financial database I figure if they only knew what they don't know, they'd have a reason to be concerned. I cannot over stress the importance of doing your homework, because Access is easy to do poorly. You have to forget what you know about spreadsheets as that knowledge will only interfere in your success.
Hopefully I'm not coming across too strong in trying to save you a lot of grief - at least more so than realizing you have done that work for naught. I suggest you bookmark these links so that you can review their content at the appropriate time. Better to understand normalization, apply it to your concept, then post back here for feedback. Believe it or not, pencil and paper are important design tools in this endeavor. If you can't make the relations on paper, don't bother designing tables.
Normalization is paramount. Diagramming maybe not so much for some people.
Normalization Parts I, II, III, IV, and V
http://rogersaccessblog.blogspot.ca/...on-part-i.html
and/or
http://holowczak.com/database-normalization/
Entity-Relationship Diagramming: Part I, II, III and IV
http://rogersaccessblog.blogspot.ca/...ng-part-i.html
How do I Create an Application in Microsoft Access?
http://rogersaccessblog.blogspot.ca/...cation-in.html
Important for success:
One source about how to name things - http://access.mvps.org/access/general/gen0012.htm
What not to use in names - http://allenbrowne.com/AppIssueBadWord.html
About Auto Numbers
- http://www.utteraccess.com/wiki/Autonumbers
- http://access.mvps.org/access/general/gen0025.htm
The evils of lookup fields - http://access.mvps.org/access/lookupfields.htm
Table and PK design tips - http://www.fmsinc.com/free/newtips/primarykey.asp
About calculated table fields - http://allenbrowne.com/casu-14.html
Aside from these links, do your own searching and find what speaks to you or augments your understanding of what you've already read on a subject. Also, go to the forums page of this site and see what you can find under tutorials. Here's only one good link https://www.accessforums.net/showthread.php?t=64285
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.