G
Guest
Good eveing all,
I am new to Access so please excuse my inability to code correctly yet !
I have a large text file to import (11,279,000 rows) it is basically set-out as per the table below
Name John
Surname Smith
Name Anne
Surname Franks
etc...
There are actually 46 feilds. Usually I import these into Microsoft Excel via VBA and then format them in a Workbook, when there is less than 65,536 rows that is. I have a few problems and questions, firstly when ever I try to run the RunCode Macro to run a procedure I have typed it says it can not find the procedure, when I press on the build button for the Macro I can see the Project, the module, but no procedure so that I can run it, does anyone know why this might be happening ? Secondly am I able to read values into an array just like Microsoft Excel VBA and then import them into a Table ? This would enable me to turn the data around to the standard format, ie
Name Surname
John Smith
Anne Franks
Any help you may be able to provide would be greatly appreciated, I would really like to knock this part of the project over as the rest of the data manipulation I am required to do is rather easy, I think at this stage anyway.
Yours sincerely,
Brent McIntyre
I am new to Access so please excuse my inability to code correctly yet !
I have a large text file to import (11,279,000 rows) it is basically set-out as per the table below
Name John
Surname Smith
Name Anne
Surname Franks
etc...
There are actually 46 feilds. Usually I import these into Microsoft Excel via VBA and then format them in a Workbook, when there is less than 65,536 rows that is. I have a few problems and questions, firstly when ever I try to run the RunCode Macro to run a procedure I have typed it says it can not find the procedure, when I press on the build button for the Macro I can see the Project, the module, but no procedure so that I can run it, does anyone know why this might be happening ? Secondly am I able to read values into an array just like Microsoft Excel VBA and then import them into a Table ? This would enable me to turn the data around to the standard format, ie
Name Surname
John Smith
Anne Franks
Any help you may be able to provide would be greatly appreciated, I would really like to knock this part of the project over as the rest of the data manipulation I am required to do is rather easy, I think at this stage anyway.
Yours sincerely,
Brent McIntyre