D
deb
I have a database called "ProjectReport", it consist of project data. Some
of the data is very old and needs to be archived. I would like to be able to
select a record and use a button to send it to a database that was created to
house archived records called "ProjectReportArchive".
What is the code behind the button to send a record from one database to
another database?
I split the database and the back end is called "ProjectReport_BE"
Should I split the archive database??
Thanks in advance.
of the data is very old and needs to be archived. I would like to be able to
select a record and use a button to send it to a database that was created to
house archived records called "ProjectReportArchive".
What is the code behind the button to send a record from one database to
another database?
I split the database and the back end is called "ProjectReport_BE"
Should I split the archive database??
Thanks in advance.