L
Leo
Hi, i have trouble importing data from a text file to the fields in a table.
I got the reading to work using VB through a command button attached to a
form on access, so each time i press the command button, it only reads
specific parts and ignores the unneeded parts and also assigns it to
variables (each variable will have around 10 to 50 records that way, and are
supposed to go into the same table, note i also have 9 variables/fields). Ok
i was thinking to attach the variables and to connect them to fields on my
table (each variable = 1 field, note i dont need a primary key), but havent
been able to figure it out yet

I got the reading to work using VB through a command button attached to a
form on access, so each time i press the command button, it only reads
specific parts and ignores the unneeded parts and also assigns it to
variables (each variable will have around 10 to 50 records that way, and are
supposed to go into the same table, note i also have 9 variables/fields). Ok
i was thinking to attach the variables and to connect them to fields on my
table (each variable = 1 field, note i dont need a primary key), but havent
been able to figure it out yet