MarkGardner
Registered User.
- Local time
- Yesterday, 17:39
- Joined
- Mar 27, 2008
- Messages
- 43
I have a series of files that I am converting from dBase and I would like to merge them into a single table.
They are history(for 2008), hist2007, hist2006, etc. back to and includiing hist2000.
Each file contains about 1200+ records & 12 fields of varying lenths.
The immediate goal is to import and append and merge them into a single table named history. I can append without problem, but...
The ultimate goal is to increment at the end of each year the current year data of about 1200 records into history and thus grow astronomically each year into the future. I would rather not have to add table names outside of the forms/menus that I have. This could go on well into the future.
I am trying to discover ahead of time what kind of an easter egg/time bomb that I am setting myself up for in the future.
The questions are:
1) What is max size for a table?
2) What problems occur when I hit the max?
3) Am I just blocked from adding or does ACCESS drop the old data?
Thanks.
Mark Gardner
They are history(for 2008), hist2007, hist2006, etc. back to and includiing hist2000.
Each file contains about 1200+ records & 12 fields of varying lenths.
The immediate goal is to import and append and merge them into a single table named history. I can append without problem, but...
The ultimate goal is to increment at the end of each year the current year data of about 1200 records into history and thus grow astronomically each year into the future. I would rather not have to add table names outside of the forms/menus that I have. This could go on well into the future.
I am trying to discover ahead of time what kind of an easter egg/time bomb that I am setting myself up for in the future.
The questions are:
1) What is max size for a table?
2) What problems occur when I hit the max?
3) Am I just blocked from adding or does ACCESS drop the old data?
Thanks.
Mark Gardner