J
jamesker
Hi,
I have a temporary database on a network drive that is saved weekly as
a new name based on it's save date, such as:
iTRKDAT_TMP_20080227.MDB
iTRKDAT_TMP_20080228.MDB
iTRKDAT_TMP_20080303.MDB
the system is currently set up so that every week when a new temporary
database is created, you need to manually go in and retrieve table
information from it. What i want to do is automatically link the
newest temporary database into a main database that will retrieve the
table information with the click of a button.
I've messed around with the docmd.transferdatabase function in VB but
i'm not sure how to get it to pick the filename with the most recent
date in it. If anyone out there could help me with this problem then
i'd greatly appreciate it.
I have a temporary database on a network drive that is saved weekly as
a new name based on it's save date, such as:
iTRKDAT_TMP_20080227.MDB
iTRKDAT_TMP_20080228.MDB
iTRKDAT_TMP_20080303.MDB
the system is currently set up so that every week when a new temporary
database is created, you need to manually go in and retrieve table
information from it. What i want to do is automatically link the
newest temporary database into a main database that will retrieve the
table information with the click of a button.
I've messed around with the docmd.transferdatabase function in VB but
i'm not sure how to get it to pick the filename with the most recent
date in it. If anyone out there could help me with this problem then
i'd greatly appreciate it.