Search results

  1. M

    csv to table

    No i want it in columns :) Right now it all ends up in just one field. I am trying to get it seperated the result should be a number of rows consisting of 11 columns .... or afterwards i have to add 4 news columns from another csv file, but one thing at the time ;)
  2. M

    csv to table

    namliam i'll try :) JohnLee ... here it is just in one column instead of the 11 it is supposed to be :-/
  3. M

    csv to table

    I'm sorry the the stupid questions ;( Normally i program in java, this is very different
  4. M

    csv to table

    the first row is : 4;5676010;657411;56671;208;1;;;MI010472;0;163468 just as an example :) The csv cant be changed, i have to deal with what i have :-/
  5. M

    csv to table

    Apperently im too much girl or blond but i cant upload a csv file? I have added a screendump instead, hope it helps?
  6. M

    csv to table

    Hi im a complete newbie here. I hope you can help me... I am trying to import a csv file into a table... it works fine however it put all of the row in just one column ... Meaning a use: DoCmd.TransferText TransferType:=acImportDelim, TableName:="tblTempImport", _...
Back
Top Bottom