Z
zmenloans
Hi,
First off, any help that you can offer with this problem would be greatly
appreciated. It does need to be done (if possible). I am relatively new to
Access and can hardly understand coding, so I was hoping for some help.
I read in other posts about a TransferDatabase macro thing, but I don't
quite understand it and I'm not sure if it is what I'm looking for.
What I need to do is transfer records from one table in one database to a
table in another database. I need to do this because the bank keeps records
of Charge Offs and Paid in Full accounts, but does not work them anymore so
does not need them on the current database. They only need it in another
database for archive purposes. I have 10 databases with 10 identical
structured tables all being worked by different people. What I want is at
the end of each month, the 10 employees can click a button that will transfer
any records that contain "Charge Off" in the column titled "ColorCode" to a
different database (called Archive) into a table called "ChargeOffHistory".
When they click that button at the end of the month, it will also move the
"PIF" records from the "ColorCode" column to the Archive database into a
table called "PIFHistory." This will also remove those records from the
previous table. The ChargeOffHistory and PIFHistory tables will be
structured identically to the other tables.
In summation,
-10 Databases (identically structured tables in each database) [Let's call
them Database1, Database2...Database10]
-Column called ColorCode with various status
-At then end of each month, each employee of the 10 databases will click a
button to move the records that contain "Charge Off" in ColorCode and "PIF"
in ColorCode to the ChargeOffHistory table and PIFHistory table in the
Archive Database, respectively
-When the records are moved to the Archive Database, they are also removed
from each of their personal databases
Is this possible? And to answer your questions ahead of time, the
information does NEED to be moved. It can't be in the table and then hidden
using some query. For audit purposes, the entire record has to be moved to
another database, and I figured there was an easier way than copy and paste.
Again, I would apprecaite any input. I am new to access, so if there is any
code or creation of something involved, please try to let me know where is
should go and how I get to the certain points.
Thank you so much!
First off, any help that you can offer with this problem would be greatly
appreciated. It does need to be done (if possible). I am relatively new to
Access and can hardly understand coding, so I was hoping for some help.
I read in other posts about a TransferDatabase macro thing, but I don't
quite understand it and I'm not sure if it is what I'm looking for.
What I need to do is transfer records from one table in one database to a
table in another database. I need to do this because the bank keeps records
of Charge Offs and Paid in Full accounts, but does not work them anymore so
does not need them on the current database. They only need it in another
database for archive purposes. I have 10 databases with 10 identical
structured tables all being worked by different people. What I want is at
the end of each month, the 10 employees can click a button that will transfer
any records that contain "Charge Off" in the column titled "ColorCode" to a
different database (called Archive) into a table called "ChargeOffHistory".
When they click that button at the end of the month, it will also move the
"PIF" records from the "ColorCode" column to the Archive database into a
table called "PIFHistory." This will also remove those records from the
previous table. The ChargeOffHistory and PIFHistory tables will be
structured identically to the other tables.
In summation,
-10 Databases (identically structured tables in each database) [Let's call
them Database1, Database2...Database10]
-Column called ColorCode with various status
-At then end of each month, each employee of the 10 databases will click a
button to move the records that contain "Charge Off" in ColorCode and "PIF"
in ColorCode to the ChargeOffHistory table and PIFHistory table in the
Archive Database, respectively
-When the records are moved to the Archive Database, they are also removed
from each of their personal databases
Is this possible? And to answer your questions ahead of time, the
information does NEED to be moved. It can't be in the table and then hidden
using some query. For audit purposes, the entire record has to be moved to
another database, and I figured there was an easier way than copy and paste.
Again, I would apprecaite any input. I am new to access, so if there is any
code or creation of something involved, please try to let me know where is
should go and how I get to the certain points.
Thank you so much!