Reaching the limits of Access. I have a simple concept. What makes it tough is that the 4 tables I am using are between 1.2 and 1.5M records in size. So when I run code that loops through these records, Access blows up. I already had one mdb file get corrupted because of this.
I have a list of service tickets by date. All I want to do is create a record set which pulls the first service ticket. I tried creating a record set then looping though the gigantic table (linked to a SQL Server database) but after about 449,000 records access gives me that you pushed me too far error and everything becomes “invalid”.
Is there a way to do this just using SQL and not VBA. I think there might be, but I am running into grouping problems when using “Distinct”. Or is there a way to deal with the size limitations with VBA?
Any help would be fantastic.
Thanks,
Gary
I have a list of service tickets by date. All I want to do is create a record set which pulls the first service ticket. I tried creating a record set then looping though the gigantic table (linked to a SQL Server database) but after about 449,000 records access gives me that you pushed me too far error and everything becomes “invalid”.
Is there a way to do this just using SQL and not VBA. I think there might be, but I am running into grouping problems when using “Distinct”. Or is there a way to deal with the size limitations with VBA?
Any help would be fantastic.
Thanks,
Gary