How do I export a table from 1 database to another using a macro?

K

Ken Snell \(MVP\)

My answer was,

TransferDatabase action.

This macro action allows you to copy tables and other objects from one
database to another. See Help file for more information about its syntax and
use.
 
Top