W
Walt H
Hello All! I have an access db that is comprised of many tables which are
linked to flat files located in a static disk location. I then have a union
query which stacks the data from each linked table. The problem is that
should one of the underlying linked files not exist the union query fails.
I suppose I could write code to physically import each source file and use
error handling to ignore files which do not exist. But I was wondering if
there might be an alternative out there that might be more expedient. Thanks
in advance for your consideration of this problem!
Regards,
Walt
linked to flat files located in a static disk location. I then have a union
query which stacks the data from each linked table. The problem is that
should one of the underlying linked files not exist the union query fails.
I suppose I could write code to physically import each source file and use
error handling to ignore files which do not exist. But I was wondering if
there might be an alternative out there that might be more expedient. Thanks
in advance for your consideration of this problem!
Regards,
Walt