AndrewWolford
MIS
Is there a way to 'link' to that table in the other database using code? here's what has to happen: the user clicks a command button, a common dialog opens asking the user to find the database where the other table will be coming from. this path then gets stored to a variable that i want to use as the path to open the database (I've done this part already). What I now need to do is -in code- open that database, select the table, and copy the table to the current database. Then, I am going to append certain fields from that table that was just copied over, to another table in the current database. Basically, what Im trying to do is go out and grab last year's database, copy "TestData" (table) from last year, to this year's database. Im then going to append certain fields from last year's "TestData" to this year's "TestData" so I can make certain comparison's between the data. I hope the background info helps...
PS thanks for the help so far...
PS thanks for the help so far...