C
chris
In my Project database (in Access 2000) I want to view financial
transaction data related to projects, from our accounts software (in a
subform) through an ODBC link and have no problem doing this. However,
if the external data is "linked" this causes Access some problems when
the external data source is not available (eg computer with database
is taken out of the office and there is no network link to the
external data). "Importing" the external data obviously overcomes this
but then the data is not automatically up to date. Importing would
also be desirable when out of office as a snapshot of the external
data can be taken for reference.
My question is: how can I refresh/reimport data automatically (or
manually through clicking a button to run code to do it) when in the
office? I suppose it would also be advisable to be able to test for
the presence of the link to the external data before trying to run
code to refresh it. How can I do that?
Chris
transaction data related to projects, from our accounts software (in a
subform) through an ODBC link and have no problem doing this. However,
if the external data is "linked" this causes Access some problems when
the external data source is not available (eg computer with database
is taken out of the office and there is no network link to the
external data). "Importing" the external data obviously overcomes this
but then the data is not automatically up to date. Importing would
also be desirable when out of office as a snapshot of the external
data can be taken for reference.
My question is: how can I refresh/reimport data automatically (or
manually through clicking a button to run code to do it) when in the
office? I suppose it would also be advisable to be able to test for
the presence of the link to the external data before trying to run
code to refresh it. How can I do that?
Chris