View Single Post
  #5 (permalink)  
Old 06-29-09, 14:21
jnlw09 jnlw09 is offline
Registered User
 
Join Date: Jun 2009
Posts: 3
Almost there!

Correct. I had extraneous fields at the end of the data .TXT file. Removed, and I can debug.print by field name. Great. However, as previously mentioned, I had expected the SELECT statemtent to populate the ADD0DATA
table, but it does not. If I modify it to say SELECT * INTO ADD0DATA FROM ADD0DATA.TXT, then I get a permissions error insisting that the file is already opened exclusively by another user, or I need permission to view its data.

I'm continuing to work on this, but if you have any suggestions in the interim, they would be gratefully received.

.jnlw09.
Reply With Quote