|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
import text file
hi,
how do i import a text file with deliminator '|' into my database?? i have attached a text file for your reference. please give me some ideas of doing it. thanks nono |
|
#2
|
||||
|
||||
|
What part are you having trouble with?
The delimitator in this case is the "|", enter that into "Other" I have tested and it works fine
__________________
Regards, John A |
|
#3
|
|||
|
|||
|
no,
i need help in how to implement the importing of text file. nono |
|
#4
|
||||
|
||||
|
Type the following into help and it will show you how to do it!
Import or link a delimited or fixed-width text file. |
|
#5
|
|||
|
|||
|
One time import
1. imports your text file into a temp table 2. executes a query that moves (Appends) your data to the live table you want the data in 3. Delete the temp table Doing the more the once Create a macro that does the following: 1. imports your text file into a temp table 2. executes a query that moves (Appends) your data to the live table you want the data in 3. Delete the temp table |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft Access Help > import text file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|