My DoCmd.CopyObject is failing with error
3709
The search key was not found in any record.
I've proved this to the table itself as an older version if it copies ok
I did at one time get the message One or more of the newly created objects contain a data type that isn't compatible with earlier versions of Microsoft Access.
This may be it as the target db is an mdb, but there's no accdb specific datatypes (that I can find).
And it does copy if I remove all the fields except the id autonumber.
Anyone have any debugging tips where I might see what the problem is ?
Thanks.
I have done a Compact & Repair. No change.