Run Time Error 3000

D

DaveK

I have a database that I recently split and have run into a problem with the
split version. I have an append query that executes a pass through query to
some mainframe tables where it extracts data and appends it to a table. The
query works fine when the table that's being appended to is not split from
the database.

When I split the database the append query now generates a 'Run-time error
3000'. I ran the Compact and Repair utility against the back end, tried the
query again and still get this error. Is there a way to get this query to
work other than bringing the split table back into the front end?

Any help would be greatly appreciated.
 
Top