PurpleUnicorn
Programmer
I have an odd problem. I have the following code:
DoCmd.CopyObject pDatabase, , acTable, ptblName
in an application. It copies a Link from the current database to the destination (pDatabase). This code works just fine on my home computer and my laptop.
However, when I run it at my office - rather than copy the link, the entire table gets copied. Needless to say - this is a huge problem. Am I missing something here? Is there another way to do this in code? (I have already tried transferdatabase acexport method with the same result)
Any help will be greatly appreciated!
Thanks