Export/Import Acces Table to another Acces table/file

  • Thread starter Thread starter KimTong via AccessMonster.com
  • Start date Start date
K

KimTong via AccessMonster.com

Hi,

Is anybody can help me how to export/import table to a new table/file only
using 1 click?. I am sure, we'll use Visual Basic, but I don't know how.
Thanks in advance, I am appreciated it.

KT
 
I suspect you will need to look at the TransferDatabase method of the DoCmd
object. See the Access help.

Steve
 
Back
Top