Simulate File->Get External Data->Import

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I need to simulate File->Get External Data->Import, to have user pick a file
for import. How can I accomplish this in code? I use Access 2002. Thanks
in advance.

Ben

--
 
Hi all,

I need to simulate File->Get External Data->Import, to have user pick a file
for import. How can I accomplish this in code? I use Access 2002. Thanks
in advance.

Ben

Look up the

TransferText (import or export text files)
TransferSpreadsheet (import or export spreadsheet files)
TransferDatabase (import or export database files)

methods in VBA help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top