Import a csv-file

J

JensC

Hello

I want to import a simple CSV-fil til a table. I can define the import and
save it for later use, but how can I call the import from a button on a
form?

Regards
Jens
 
J

Jeff Boyce

Jens

One approach might be to create the event procedure for that button's click
that "calls" that import.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
J

John W. Vinson

Hello

I want to import a simple CSV-fil til a table. I can define the import and
save it for later use, but how can I call the import from a button on a
form?

Regards
Jens

Take a look at the VBA help for the TransferText Method.
 
J

JensC

Hello Jeff

I call event procedures for other forms and reports on the form, so that is
what I would like to do, but how? Can you help there?

Regards
Jens
 

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

Top