How to Import raw data at run time into tables in VB ?

J

John Nurick

It depends on what you mean by "raw data". Probably you need to use one
of the following:
- DoCmd.TransferText
- SQL queries that use the Text ISAM driver
- Basic file I/O statements
- the FileSystemObject object
- libraries or objects that give you access to external devices.

On Wed, 20 Apr 2005 21:45:02 -0700, Vishal
 

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