Import a csv-file

  • Thread starter Thread starter JensC
  • Start date Start date
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
 
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
 
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.
 
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
 
Back
Top