Is there a way to import data that matches specific critera from one mdb file to the current (open) mdb file?
I am able to use the transferdatabase action (and method) to transfer a specific table from one mdb to the current, but it imports the entire table. I only want to import data that is greater than or equal to today's date from that table.
If there is, then I will need to learn how to delete a table from vba.
Thanks.
I am able to use the transferdatabase action (and method) to transfer a specific table from one mdb to the current, but it imports the entire table. I only want to import data that is greater than or equal to today's date from that table.
If there is, then I will need to learn how to delete a table from vba.
Thanks.