M
Margaret Bartley
I have several hundred databases containing a table that has similiar but
not identical information to all the other like-named tables..
These were back-up tables over the past several years, and it has come to my
attention that there may have been some instances were data was overwritten,
so I'm writing code to link to each database in turn, attach the "books"
table, and do some crude totals and counts and write the result to a log
table.
Along with the database CreateDate and Modify Date, I'd also like to include
the database version for each table. Some are Access97, some are Access
2000 formats, even though I'm using Access 2003. There may be Access 2003
format tables, as well.
Is there any way to look at the tabledef properties and know what version of
Access format it is?
I'd like to not have to create a database object for each of the files, I
suspect that will slow things down a lot. But if I have to, I will.
I was just hoping that maybe there were some properties or values in the
tabledef that were unique to each version of the database, since I'm using
the tabledef anyway for other things.
not identical information to all the other like-named tables..
These were back-up tables over the past several years, and it has come to my
attention that there may have been some instances were data was overwritten,
so I'm writing code to link to each database in turn, attach the "books"
table, and do some crude totals and counts and write the result to a log
table.
Along with the database CreateDate and Modify Date, I'd also like to include
the database version for each table. Some are Access97, some are Access
2000 formats, even though I'm using Access 2003. There may be Access 2003
format tables, as well.
Is there any way to look at the tabledef properties and know what version of
Access format it is?
I'd like to not have to create a database object for each of the files, I
suspect that will slow things down a lot. But if I have to, I will.
I was just hoping that maybe there were some properties or values in the
tabledef that were unique to each version of the database, since I'm using
the tabledef anyway for other things.