I am having a terrible time getting this to work. I am hoping someone out
there can help me with very specific code examples. I am trying to get the
linked tables in my Access 97 database to be updated whenever the database
opens. I need to have them updated based on an INI file that resides in the
same directory as the current database.
I do not need or want the ability to open a dialog box to pick the location.
I simply want it to updated based on the INI file, if it still does not
work, then it pops up an error and closes access.
The real tricky part I am having problems with is I have multiple linked
tables. From 3 different sources and types. Not all from the same backend
access database.
I have 2 different linked DBASE databases.
I have multiple tables from a single access backend.
I also have 1 linked excel spreadsheet.
All three of these are located in 3 separate locations. All three have
their file names and paths located in an INI file.
I have tried to take examples from everything I can find on the Internet and
including the developer and northwind databases from Microsoft. Non of them
seem to be able to get me to where I want to be. Most of them all asume
either you are dealing with one linked database with all the tables in it.
I really need to get this to work. Is there anyone who can give me some
seriously needed help with doing this?
Thanks,
Scott Tilton
there can help me with very specific code examples. I am trying to get the
linked tables in my Access 97 database to be updated whenever the database
opens. I need to have them updated based on an INI file that resides in the
same directory as the current database.
I do not need or want the ability to open a dialog box to pick the location.
I simply want it to updated based on the INI file, if it still does not
work, then it pops up an error and closes access.
The real tricky part I am having problems with is I have multiple linked
tables. From 3 different sources and types. Not all from the same backend
access database.
I have 2 different linked DBASE databases.
I have multiple tables from a single access backend.
I also have 1 linked excel spreadsheet.
All three of these are located in 3 separate locations. All three have
their file names and paths located in an INI file.
I have tried to take examples from everything I can find on the Internet and
including the developer and northwind databases from Microsoft. Non of them
seem to be able to get me to where I want to be. Most of them all asume
either you are dealing with one linked database with all the tables in it.
I really need to get this to work. Is there anyone who can give me some
seriously needed help with doing this?
Thanks,
Scott Tilton
Comment