S
SherpaBoy
I created a master MDB (Week01.mdb) with a "One Week" database, an
import of a DBF. It has 14 queries built on this one table (Wk01).
All 14 are used for viewing and editting based on an external TIFF
image database application.
The issue is that I get a new DBF every week that needs to be viewed
and editted in this manner. Let's call the new weekly DBF's Wk02.DBF,
Wk03.DBF, etc.
When I import a week into a copy of the master MDB and try to change
the name of the tables, some of the queries accept the new table as a
replacement of the original and some don't.
Is there a better way to do this? Previous posts indicate that viewing
SQL, using an editor to do search and replace and then pasting over the
existing SQL is an option. (I tried it, it works but it will get VERY
tedious.)
import of a DBF. It has 14 queries built on this one table (Wk01).
All 14 are used for viewing and editting based on an external TIFF
image database application.
The issue is that I get a new DBF every week that needs to be viewed
and editted in this manner. Let's call the new weekly DBF's Wk02.DBF,
Wk03.DBF, etc.
When I import a week into a copy of the master MDB and try to change
the name of the tables, some of the queries accept the new table as a
replacement of the original and some don't.
Is there a better way to do this? Previous posts indicate that viewing
SQL, using an editor to do search and replace and then pasting over the
existing SQL is an option. (I tried it, it works but it will get VERY
tedious.)