T
Tony
Hi All,
I have an Access 2003 database that pulls data from a Progress database
every night for the purpose of populating tables in Access that can be used
to populate combo boxes in another application. One of the Progress tables
from which we pull data has in excess of 500,000 records, about 200,000 of
which we pull over. I've noticed that when this process runs (via a script
invoked by a Windows scheduled task), that an additional linked table is
created in Access for the Progress table that has the 500,000 + records.
For example, if the linked table in Access is named 'PUB_progressTableName',
another linked table named 'PUB_progressTableName1' is created.
Does this sound normal based on the size of the Progress table and the
number of records we pull from it? I'd rather not have to open the Access
database every morning simply to purge this table. I suppose I could add
code to the script that runs this process that will check for the additional
linked table and delete it if it finds it, but that doesn't seem like a very
elegant solution.
Any feedback that can be offered is appreciated.
Thanks & Ciao
I have an Access 2003 database that pulls data from a Progress database
every night for the purpose of populating tables in Access that can be used
to populate combo boxes in another application. One of the Progress tables
from which we pull data has in excess of 500,000 records, about 200,000 of
which we pull over. I've noticed that when this process runs (via a script
invoked by a Windows scheduled task), that an additional linked table is
created in Access for the Progress table that has the 500,000 + records.
For example, if the linked table in Access is named 'PUB_progressTableName',
another linked table named 'PUB_progressTableName1' is created.
Does this sound normal based on the size of the Progress table and the
number of records we pull from it? I'd rather not have to open the Access
database every morning simply to purge this table. I suppose I could add
code to the script that runs this process that will check for the additional
linked table and delete it if it finds it, but that doesn't seem like a very
elegant solution.
Any feedback that can be offered is appreciated.
Thanks & Ciao