I've got a database of active patients with several tables. I want to be able to add a discharge function that automatically transfers discharged patient data to a new database and deletes data from the current database. This would include all data that matches the patient identifier.
The discharged patients database would have identical table design as the current database.
Is there code that will scan each table, pull out relevant records and transfer them to a different MDB?
Thanks, Shawn
The discharged patients database would have identical table design as the current database.
Is there code that will scan each table, pull out relevant records and transfer them to a different MDB?
Thanks, Shawn