I have imported an Excel spreadsheet int o Access 2013. So far, so good. It is AT THIS POINT a flat file. This may change in the future.
I. Stock index futures database -- Primary fields: Date, Open, High, Low, Close
II. 200+ fields per record, of which only 11 are hand entered (including the 5 just mentioned) on a daily basis, so, obviously the date is of utmost importance.
( I do have an auto record ID set up in the Access DB, but almost all queries will be based upon the date field)
A. The remaining 190 or so fields are calculated from these 11
III. From an earlier post I made, it was recommended NOT to have calculated fields in the database, as by definition, it's purpose is a repository of data, not a spreadsheet. I concur wholeheartedly.
IV. I need those fields to be populated on a daily basis, though, in order to run queries
V. My question, then is should I use an Access form with 190+ calculated fields ( If it's a one time thing, I have no problem doing it) in order to populate the table every day.
And if you have a quick idea of how I can do this or direct me to any vids, I'd be very appreciating.
Thx in advance