Mightyginger
Programmer
I have an excel spreadsheet which saves data hourly to an Access database using DAO 3.6. As I understand the limit on the size of the database I can use with DAO is 1gb. My database is currently at 950mb and will be through 1gb next month.
I could move to ADO but I believe the limit on that is 2gb. Now obviously I could choose to split the database into serval smaller chunks but is there a some sort of driver I can use in VBA that will handle larger databases?
Any thoughts?
I could move to ADO but I believe the limit on that is 2gb. Now obviously I could choose to split the database into serval smaller chunks but is there a some sort of driver I can use in VBA that will handle larger databases?
Any thoughts?