I have an VB6 application that has been used for 18 months by a client in several offices, some of them use Access 2000 and some use SQL Server 2000.
I am doing some changes which have increased the number of fields in one table from about 70 to 105. All works fine when using SQL Server, but when I use Access I get the above error on an update.
I only have the record I want to update in the record set, and I get the error when I issue "rs.update" on the record set.
The full error is:-
Run time error -2147467259(80004005)
Query is too complex
Any ideas?
Steve Hall
I am doing some changes which have increased the number of fields in one table from about 70 to 105. All works fine when using SQL Server, but when I use Access I get the above error on an update.
I only have the record I want to update in the record set, and I get the error when I issue "rs.update" on the record set.
The full error is:-
Run time error -2147467259(80004005)
Query is too complex
Any ideas?
Steve Hall